Shades of Christine #B86017
Tints of Christine #B86017
RGB
CMYK
RGB Variations
Color information
#B86017 (or 0xB86017) is known color: Christine. HEX triplet: B8, 60 and 17. RGB value is (184,96,23). Sum of RGB (Red+Green+Blue) = 184+96+23=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B86017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86017 is #479FE8. Grayscale: #727272. Windows color (decimal): -4693993 or 1532088. OLE color: 1532088.
HSL color Cylindrical-coordinate representation of color #B86017: hue angle of 27.2º 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 #B86017 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 23 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.28 |
| HSL | 27.2º | 0.78% | 0.41% | - |
| HSV(B) | 27.2º | 0.88% | 0.72% | - |
| XYZ | 24.1 | 18.62 | 3.13 | - |
| YUV | 113.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 23 | 0 | 0.48 | 0.88 | 0.28 | 27.2 | 0.78 | 0.41 |
| Hex | B8 | 60 | 17 | 0 | 30 | 58 | 1C | 1B | 4E | 29 |
| Octal | 270 | 140 | 27 | 0 | 60 | 130 | 34 | 33 | 116 | 51 |
| Binary | 10111000 | 1100000 | 10111 | 0 | 110000 | 1011000 | 11100 | 11011 | 1001110 | 101001 |
Color Harmonies of #B86017
Complementary color
Monochromatic Colors of #B86017
Black with #B86017
Text Example
Text Example
White with #B86017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86017; }
p { color: rgb(184,96,23); }
H1.HeaderClassName
{
color: #B86017;
}
.AnyTagClassName
{
color: #B86017;
}
</style>
background-color css
<style>
a { background-color: #B86017; }
a { background-color: rgb(184,96,23); }
div.DivClassName
{
background-color: #B86017;
}
.BgClassName
{
background-color: #B86017;
}
</style>
border-color css
<style>
span { border-color: #B86017; }
span { border-color: rgb(184,96,23); }
td.TdClassName
{
border-color: #B86017;
}
.TagClassName
{
border-color: #B86017;
}
</style>