#B85745

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

Shades of Flame Pea #B85745

Tints of Flame Pea #B85745

Color information

#B85745 (or 0xB85745) is unknown color: approx Flame Pea. HEX triplet: B8, 57 and 45. RGB value is (184,87,69). Sum of RGB (Red+Green+Blue) = 184+87+69=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B85745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85745 is #47A8BA. Grayscale: #727272. Windows color (decimal): -4696251 or 4544440. OLE color: 4544440.

HSL color Cylindrical-coordinate representation of color #B85745: hue angle of 9.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85745 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1848769-
CMYK00.530.620.28
HSL9.39º45.45%49.61%-
HSV(B)9.39º62.5%72.16%-
XYZ24.2517.447.72-
YUV113.95102.64177.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.12%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=54.12%
G=25.59%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184876900.530.620.289.3945.4549.61
HexB857450353E1C92d32
Octal2701271050657634115562
Binary10111000101011110001010110101111110111001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85745; }

 p { color: rgb(184,87,69); }

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

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

 a { background-color: rgb(184,87,69); }

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

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

 span { border-color: rgb(184,87,69); }

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