Shades of Christine #B85F16
Tints of Christine #B85F16
RGB
CMYK
RGB Variations
Color information
#B85F16 (or 0xB85F16) is known color: Christine. HEX triplet: B8, 5F and 16. RGB value is (184,95,22). Sum of RGB (Red+Green+Blue) = 184+95+22=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85F16 is #47A0E9. Grayscale: #717171. Windows color (decimal): -4694250 or 1466296. OLE color: 1466296.
HSL color Cylindrical-coordinate representation of color #B85F16: hue angle of 27.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B85F16 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 95 | 22 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.28 |
| HSL | 27.04º | 0.79% | 0.4% | - |
| HSV(B) | 27.04º | 0.88% | 0.72% | - |
| XYZ | 24 | 18.43 | 3.05 | - |
| YUV | 113.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 95 | 22 | 0 | 0.48 | 0.88 | 0.28 | 27.04 | 0.79 | 0.4 |
| Hex | B8 | 5F | 16 | 0 | 30 | 58 | 1C | 1B | 4F | 28 |
| Octal | 270 | 137 | 26 | 0 | 60 | 130 | 34 | 33 | 117 | 50 |
| Binary | 10111000 | 1011111 | 10110 | 0 | 110000 | 1011000 | 11100 | 11011 | 1001111 | 101000 |
Color Harmonies of #B85F16
Complementary color
Monochromatic Colors of #B85F16
Black with #B85F16
Text Example
Text Example
White with #B85F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85F16; }
p { color: rgb(184,95,22); }
H1.HeaderClassName
{
color: #B85F16;
}
.AnyTagClassName
{
color: #B85F16;
}
</style>
background-color css
<style>
a { background-color: #B85F16; }
a { background-color: rgb(184,95,22); }
div.DivClassName
{
background-color: #B85F16;
}
.BgClassName
{
background-color: #B85F16;
}
</style>
border-color css
<style>
span { border-color: #B85F16; }
span { border-color: rgb(184,95,22); }
td.TdClassName
{
border-color: #B85F16;
}
.TagClassName
{
border-color: #B85F16;
}
</style>