#b75841

Color #B75841 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B75841

Tints of Flame Pea #B75841

Color information

#B75841 (or 0xB75841) is unknown color: approx Flame Pea. HEX triplet: B7, 58 and 41. RGB value is (183,88,65). Sum of RGB (Red+Green+Blue) = 183+88+65=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B75841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75841 is #48A7BE. Grayscale: #717171. Windows color (decimal): -4761535 or 4282551. OLE color: 4282551.

HSL color Cylindrical-coordinate representation of color #B75841: hue angle of 11.69º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B75841 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1838865-
CMYK00.520.640.28
HSL11.69º47.58%48.63%-
HSV(B)11.69º64.48%71.76%-
XYZ23.9717.437.1-
YUV113.78100.47177.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=54.46%
G=26.19%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183886500.520.640.2811.6947.5848.63
HexB75841034401Cc3031
Octal26713010106410034146061
Binary101101111011000100000101101001000000111001100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75841; }

 p { color: rgb(183,88,65); }

 H1.HeaderClassName
 {
   color: #b75841;
 }
 .AnyTagClassName
 {
   color: #b75841;
 }
</style>
background-color css

<style>
 a { background-color: #b75841; }

 a { background-color: rgb(183,88,65); }

 div.DivClassName
 {
   background-color: #b75841;
 }
 .BgClassName
 {
   background-color: #b75841;
 }
</style>
border-color css

<style>
 span { border-color: #b75841; }

 span { border-color: rgb(183,88,65); }

 td.TdClassName
 {
   border-color: #b75841;
 }
 .TagClassName
 {
   border-color: #b75841;
 }
</style>