#B85E19

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

Shades of Christine #B85E19

Tints of Christine #B85E19

Color information

#B85E19 (or 0xB85E19) is unknown color: approx Christine. HEX triplet: B8, 5E and 19. RGB value is (184,94,25). Sum of RGB (Red+Green+Blue) = 184+94+25=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85E19 is #47A1E6. Grayscale: #717171. Windows color (decimal): -4694503 or 1662648. OLE color: 1662648.

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

Color convert

RGB1849425-
CMYK00.490.860.28
HSL26.04º76.08%40.98%-
HSV(B)26.04º86.41%72.16%-
XYZ23.9518.273.18-
YUV113.0478.32178.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.73%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 25 (10.16% from 255) = 8.25%
R=60.73%
G=31.02%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184942500.490.860.2826.0476.0840.98
HexB85E19031561C1a4c29
Octal27013631061126343211451
Binary101110001011110110010110001101011011100110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E19; }

 p { color: rgb(184,94,25); }

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

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

 a { background-color: rgb(184,94,25); }

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

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

 span { border-color: rgb(184,94,25); }

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