Shades of Christine #B86117
Tints of Christine #B86117
RGB
CMYK
RGB Variations
Color information
#B86117 (or 0xB86117) is known color: Christine. HEX triplet: B8, 61 and 17. RGB value is (184,97,23). Sum of RGB (Red+Green+Blue) = 184+97+23=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B86117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86117 is #479EE8. Grayscale: #727272. Windows color (decimal): -4693737 or 1532344. OLE color: 1532344.
HSL color Cylindrical-coordinate representation of color #B86117: hue angle of 27.58º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B86117 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 23 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.28 |
| HSL | 27.58º | 0.78% | 0.41% | - |
| HSV(B) | 27.58º | 0.88% | 0.72% | - |
| XYZ | 24.2 | 18.8 | 3.16 | - |
| YUV | 114.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 23 | 0 | 0.47 | 0.88 | 0.28 | 27.58 | 0.78 | 0.41 |
| Hex | B8 | 61 | 17 | 0 | 2F | 58 | 1C | 1C | 4E | 29 |
| Octal | 270 | 141 | 27 | 0 | 57 | 130 | 34 | 34 | 116 | 51 |
| Binary | 10111000 | 1100001 | 10111 | 0 | 101111 | 1011000 | 11100 | 11100 | 1001110 | 101001 |
Color Harmonies of #B86117
Complementary color
Monochromatic Colors of #B86117
Black with #B86117
Text Example
Text Example
White with #B86117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86117; }
p { color: rgb(184,97,23); }
H1.HeaderClassName
{
color: #B86117;
}
.AnyTagClassName
{
color: #B86117;
}
</style>
background-color css
<style>
a { background-color: #B86117; }
a { background-color: rgb(184,97,23); }
div.DivClassName
{
background-color: #B86117;
}
.BgClassName
{
background-color: #B86117;
}
</style>
border-color css
<style>
span { border-color: #B86117; }
span { border-color: rgb(184,97,23); }
td.TdClassName
{
border-color: #B86117;
}
.TagClassName
{
border-color: #B86117;
}
</style>