Shades of Christine #B85D18
Tints of Christine #B85D18
RGB
CMYK
RGB Variations
Color information
#B85D18 (or 0xB85D18) is known color: Christine. HEX triplet: B8, 5D and 18. RGB value is (184,93,24). Sum of RGB (Red+Green+Blue) = 184+93+24=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D18 is #47A2E7. Grayscale: #707070. Windows color (decimal): -4694760 or 1596856. OLE color: 1596856.
HSL color Cylindrical-coordinate representation of color #B85D18: hue angle of 25.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B85D18 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 24 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.28 |
| HSL | 25.88º | 0.77% | 0.41% | - |
| HSV(B) | 25.88º | 0.87% | 0.72% | - |
| XYZ | 23.85 | 18.09 | 3.1 | - |
| YUV | 112.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 24 | 0 | 0.49 | 0.87 | 0.28 | 25.88 | 0.77 | 0.41 |
| Hex | B8 | 5D | 18 | 0 | 31 | 57 | 1C | 1A | 4D | 29 |
| Octal | 270 | 135 | 30 | 0 | 61 | 127 | 34 | 32 | 115 | 51 |
| Binary | 10111000 | 1011101 | 11000 | 0 | 110001 | 1010111 | 11100 | 11010 | 1001101 | 101001 |
Color Harmonies of #B85D18
Complementary color
Monochromatic Colors of #B85D18
Black with #B85D18
Text Example
Text Example
White with #B85D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D18; }
p { color: rgb(184,93,24); }
H1.HeaderClassName
{
color: #B85D18;
}
.AnyTagClassName
{
color: #B85D18;
}
</style>
background-color css
<style>
a { background-color: #B85D18; }
a { background-color: rgb(184,93,24); }
div.DivClassName
{
background-color: #B85D18;
}
.BgClassName
{
background-color: #B85D18;
}
</style>
border-color css
<style>
span { border-color: #B85D18; }
span { border-color: rgb(184,93,24); }
td.TdClassName
{
border-color: #B85D18;
}
.TagClassName
{
border-color: #B85D18;
}
</style>