Shades of Christine #B86018
Tints of Christine #B86018
RGB
CMYK
RGB Variations
Color information
#B86018 (or 0xB86018) is known color: Christine. HEX triplet: B8, 60 and 18. RGB value is (184,96,24). Sum of RGB (Red+Green+Blue) = 184+96+24=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B86018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86018 is #479FE7. Grayscale: #727272. Windows color (decimal): -4693992 or 1597624. OLE color: 1597624.
HSL color Cylindrical-coordinate representation of color #B86018: hue angle of 27º 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 #B86018 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 24 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.28 |
| HSL | 27º | 0.77% | 0.41% | - |
| HSV(B) | 27º | 0.87% | 0.72% | - |
| XYZ | 24.11 | 18.62 | 3.19 | - |
| YUV | 114.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 24 | 0 | 0.48 | 0.87 | 0.28 | 27 | 0.77 | 0.41 |
| Hex | B8 | 60 | 18 | 0 | 30 | 57 | 1C | 1B | 4D | 29 |
| Octal | 270 | 140 | 30 | 0 | 60 | 127 | 34 | 33 | 115 | 51 |
| Binary | 10111000 | 1100000 | 11000 | 0 | 110000 | 1010111 | 11100 | 11011 | 1001101 | 101001 |
Color Harmonies of #B86018
Complementary color
Monochromatic Colors of #B86018
Black with #B86018
Text Example
Text Example
White with #B86018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86018; }
p { color: rgb(184,96,24); }
H1.HeaderClassName
{
color: #B86018;
}
.AnyTagClassName
{
color: #B86018;
}
</style>
background-color css
<style>
a { background-color: #B86018; }
a { background-color: rgb(184,96,24); }
div.DivClassName
{
background-color: #B86018;
}
.BgClassName
{
background-color: #B86018;
}
</style>
border-color css
<style>
span { border-color: #B86018; }
span { border-color: rgb(184,96,24); }
td.TdClassName
{
border-color: #B86018;
}
.TagClassName
{
border-color: #B86018;
}
</style>