#B85D43

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

Shades of Flame Pea #B85D43

Tints of Flame Pea #B85D43

Color information

#B85D43 (or 0xB85D43) is unknown color: approx Flame Pea. HEX triplet: B8, 5D and 43. RGB value is (184,93,67). Sum of RGB (Red+Green+Blue) = 184+93+67=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 67 (26.56% from 255 or 19.48% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D43 is #47A2BC. Grayscale: #757575. Windows color (decimal): -4694717 or 4414904. OLE color: 4414904.

HSL color Cylindrical-coordinate representation of color #B85D43: hue angle of 13.33º degrees, saturation: 0.47, 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 #B85D43 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1849367-
CMYK00.490.640.28
HSL13.33º46.61%49.22%-
HSV(B)13.33º63.59%72.16%-
XYZ24.6918.427.56-
YUV117.2499.65175.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 67 (26.56% from 255) = 19.48%
R=53.49%
G=27.03%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184936700.490.640.2813.3346.6149.22
HexB85D43031401Cd2f31
Octal27013510306110034155761
Binary101110001011101100001101100011000000111001101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D43; }

 p { color: rgb(184,93,67); }

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

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

 a { background-color: rgb(184,93,67); }

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

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

 span { border-color: rgb(184,93,67); }

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