Shades of Christine #B86518
Tints of Christine #B86518
RGB
CMYK
RGB Variations
Color information
#B86518 (or 0xB86518) is known color: Christine. HEX triplet: B8, 65 and 18. RGB value is (184,101,24). Sum of RGB (Red+Green+Blue) = 184+101+24=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B86518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86518 is #479AE7. Grayscale: #757575. Windows color (decimal): -4692712 or 1598904. OLE color: 1598904.
HSL color Cylindrical-coordinate representation of color #B86518: hue angle of 28.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B86518 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 24 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.28 |
| HSL | 28.88º | 0.77% | 0.41% | - |
| HSV(B) | 28.88º | 0.87% | 0.72% | - |
| XYZ | 24.59 | 19.56 | 3.34 | - |
| YUV | 117.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 24 | 0 | 0.45 | 0.87 | 0.28 | 28.88 | 0.77 | 0.41 |
| Hex | B8 | 65 | 18 | 0 | 2D | 57 | 1C | 1D | 4D | 29 |
| Octal | 270 | 145 | 30 | 0 | 55 | 127 | 34 | 35 | 115 | 51 |
| Binary | 10111000 | 1100101 | 11000 | 0 | 101101 | 1010111 | 11100 | 11101 | 1001101 | 101001 |
Color Harmonies of #B86518
Complementary color
Monochromatic Colors of #B86518
Black with #B86518
Text Example
Text Example
White with #B86518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86518; }
p { color: rgb(184,101,24); }
H1.HeaderClassName
{
color: #B86518;
}
.AnyTagClassName
{
color: #B86518;
}
</style>
background-color css
<style>
a { background-color: #B86518; }
a { background-color: rgb(184,101,24); }
div.DivClassName
{
background-color: #B86518;
}
.BgClassName
{
background-color: #B86518;
}
</style>
border-color css
<style>
span { border-color: #B86518; }
span { border-color: rgb(184,101,24); }
td.TdClassName
{
border-color: #B86518;
}
.TagClassName
{
border-color: #B86518;
}
</style>