#B85E1C

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

Shades of Christine #B85E1C

Tints of Christine #B85E1C

Color information

#B85E1C (or 0xB85E1C) is unknown color: approx Christine. HEX triplet: B8, 5E and 1C. RGB value is (184,94,28). Sum of RGB (Red+Green+Blue) = 184+94+28=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E1C is #47A1E3. Grayscale: #717171. Windows color (decimal): -4694500 or 1859256. OLE color: 1859256.

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

Color convert

RGB1849428-
CMYK00.490.850.28
HSL25.38º73.58%41.57%-
HSV(B)25.38º84.78%72.16%-
XYZ23.9818.283.36-
YUV113.3979.82178.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.13%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 28 (11.33% from 255) = 9.15%
R=60.13%
G=30.72%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184942800.490.850.2825.3873.5841.57
HexB85E1C031551C194a2a
Octal27013634061125343111252
Binary101110001011110111000110001101010111100110011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E1C; }

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

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

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

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

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

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

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

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