Shades of Christine #B86517
Tints of Christine #B86517
RGB
CMYK
RGB Variations
Color information
#B86517 (or 0xB86517) is known color: Christine. HEX triplet: B8, 65 and 17. RGB value is (184,101,23). Sum of RGB (Red+Green+Blue) = 184+101+23=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B86517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86517 is #479AE8. Grayscale: #757575. Windows color (decimal): -4692713 or 1533368. OLE color: 1533368.
HSL color Cylindrical-coordinate representation of color #B86517: hue angle of 29.07º 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 #B86517 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 23 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.28 |
| HSL | 29.07º | 0.78% | 0.41% | - |
| HSV(B) | 29.07º | 0.88% | 0.72% | - |
| XYZ | 24.58 | 19.56 | 3.29 | - |
| YUV | 116.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 23 | 0 | 0.45 | 0.88 | 0.28 | 29.07 | 0.78 | 0.41 |
| Hex | B8 | 65 | 17 | 0 | 2D | 58 | 1C | 1D | 4E | 29 |
| Octal | 270 | 145 | 27 | 0 | 55 | 130 | 34 | 35 | 116 | 51 |
| Binary | 10111000 | 1100101 | 10111 | 0 | 101101 | 1011000 | 11100 | 11101 | 1001110 | 101001 |
Color Harmonies of #B86517
Complementary color
Monochromatic Colors of #B86517
Black with #B86517
Text Example
Text Example
White with #B86517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86517; }
p { color: rgb(184,101,23); }
H1.HeaderClassName
{
color: #B86517;
}
.AnyTagClassName
{
color: #B86517;
}
</style>
background-color css
<style>
a { background-color: #B86517; }
a { background-color: rgb(184,101,23); }
div.DivClassName
{
background-color: #B86517;
}
.BgClassName
{
background-color: #B86517;
}
</style>
border-color css
<style>
span { border-color: #B86517; }
span { border-color: rgb(184,101,23); }
td.TdClassName
{
border-color: #B86517;
}
.TagClassName
{
border-color: #B86517;
}
</style>