#B85E28

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

Shades of Christine #B85E28

Tints of Christine #B85E28

Color information

#B85E28 (or 0xB85E28) is unknown color: approx Christine. HEX triplet: B8, 5E and 28. RGB value is (184,94,40). Sum of RGB (Red+Green+Blue) = 184+94+40=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85E28 is #47A1D7. Grayscale: #737373. Windows color (decimal): -4694488 or 2645688. OLE color: 2645688.

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

Color convert

RGB1849440-
CMYK00.490.780.28
HSL22.5º64.29%43.92%-
HSV(B)22.5º78.26%72.16%-
XYZ24.1518.354.28-
YUV114.7585.82177.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.86%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=57.86%
G=29.56%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184944000.490.780.2822.564.2943.92
HexB85E280314E1C16402c
Octal27013650061116342610054
Binary1011100010111101010000110001100111011100101101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E28; }

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

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

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

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

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

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

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

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