Shades of Christine #B85D16
Tints of Christine #B85D16
RGB
CMYK
RGB Variations
Color information
#B85D16 (or 0xB85D16) is known color: Christine. HEX triplet: B8, 5D and 16. RGB value is (184,93,22). Sum of RGB (Red+Green+Blue) = 184+93+22=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D16 is #47A2E9. Grayscale: #707070. Windows color (decimal): -4694762 or 1465784. OLE color: 1465784.
HSL color Cylindrical-coordinate representation of color #B85D16: hue angle of 26.3º 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 #B85D16 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 22 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.28 |
| HSL | 26.3º | 0.79% | 0.4% | - |
| HSV(B) | 26.3º | 0.88% | 0.72% | - |
| XYZ | 23.83 | 18.08 | 2.99 | - |
| YUV | 112.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 22 | 0 | 0.49 | 0.88 | 0.28 | 26.3 | 0.79 | 0.4 |
| Hex | B8 | 5D | 16 | 0 | 31 | 58 | 1C | 1A | 4F | 28 |
| Octal | 270 | 135 | 26 | 0 | 61 | 130 | 34 | 32 | 117 | 50 |
| Binary | 10111000 | 1011101 | 10110 | 0 | 110001 | 1011000 | 11100 | 11010 | 1001111 | 101000 |
Color Harmonies of #B85D16
Complementary color
Monochromatic Colors of #B85D16
Black with #B85D16
Text Example
Text Example
White with #B85D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D16; }
p { color: rgb(184,93,22); }
H1.HeaderClassName
{
color: #B85D16;
}
.AnyTagClassName
{
color: #B85D16;
}
</style>
background-color css
<style>
a { background-color: #B85D16; }
a { background-color: rgb(184,93,22); }
div.DivClassName
{
background-color: #B85D16;
}
.BgClassName
{
background-color: #B85D16;
}
</style>
border-color css
<style>
span { border-color: #B85D16; }
span { border-color: rgb(184,93,22); }
td.TdClassName
{
border-color: #B85D16;
}
.TagClassName
{
border-color: #B85D16;
}
</style>