Shades of Christine #B86616
Tints of Christine #B86616
RGB
CMYK
RGB Variations
Color information
#B86616 (or 0xB86616) is known color: Christine. HEX triplet: B8, 66 and 16. RGB value is (184,102,22). Sum of RGB (Red+Green+Blue) = 184+102+22=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B86616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86616 is #4799E9. Grayscale: #757575. Windows color (decimal): -4692458 or 1468088. OLE color: 1468088.
HSL color Cylindrical-coordinate representation of color #B86616: hue angle of 29.63º 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 #B86616 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 22 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.28 |
| HSL | 29.63º | 0.79% | 0.4% | - |
| HSV(B) | 29.63º | 0.88% | 0.72% | - |
| XYZ | 24.66 | 19.75 | 3.27 | - |
| YUV | 117.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 22 | 0 | 0.45 | 0.88 | 0.28 | 29.63 | 0.79 | 0.4 |
| Hex | B8 | 66 | 16 | 0 | 2D | 58 | 1C | 1E | 4F | 28 |
| Octal | 270 | 146 | 26 | 0 | 55 | 130 | 34 | 36 | 117 | 50 |
| Binary | 10111000 | 1100110 | 10110 | 0 | 101101 | 1011000 | 11100 | 11110 | 1001111 | 101000 |
Color Harmonies of #B86616
Complementary color
Monochromatic Colors of #B86616
Black with #B86616
Text Example
Text Example
White with #B86616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86616; }
p { color: rgb(184,102,22); }
H1.HeaderClassName
{
color: #B86616;
}
.AnyTagClassName
{
color: #B86616;
}
</style>
background-color css
<style>
a { background-color: #B86616; }
a { background-color: rgb(184,102,22); }
div.DivClassName
{
background-color: #B86616;
}
.BgClassName
{
background-color: #B86616;
}
</style>
border-color css
<style>
span { border-color: #B86616; }
span { border-color: rgb(184,102,22); }
td.TdClassName
{
border-color: #B86616;
}
.TagClassName
{
border-color: #B86616;
}
</style>