Shades of Christine #B86315
Tints of Christine #B86315
RGB
CMYK
RGB Variations
Color information
#B86315 (or 0xB86315) is known color: Christine. HEX triplet: B8, 63 and 15. RGB value is (184,99,21). Sum of RGB (Red+Green+Blue) = 184+99+21=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B86315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86315 is #479CEA. Grayscale: #737373. Windows color (decimal): -4693227 or 1401784. OLE color: 1401784.
HSL color Cylindrical-coordinate representation of color #B86315: hue angle of 28.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B86315 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 21 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.28 |
| HSL | 28.71º | 0.8% | 0.4% | - |
| HSV(B) | 28.71º | 0.89% | 0.72% | - |
| XYZ | 24.36 | 19.17 | 3.13 | - |
| YUV | 115.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 21 | 0 | 0.46 | 0.89 | 0.28 | 28.71 | 0.8 | 0.4 |
| Hex | B8 | 63 | 15 | 0 | 2E | 59 | 1C | 1D | 50 | 28 |
| Octal | 270 | 143 | 25 | 0 | 56 | 131 | 34 | 35 | 120 | 50 |
| Binary | 10111000 | 1100011 | 10101 | 0 | 101110 | 1011001 | 11100 | 11101 | 1010000 | 101000 |
Color Harmonies of #B86315
Complementary color
Monochromatic Colors of #B86315
Black with #B86315
Text Example
Text Example
White with #B86315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86315; }
p { color: rgb(184,99,21); }
H1.HeaderClassName
{
color: #B86315;
}
.AnyTagClassName
{
color: #B86315;
}
</style>
background-color css
<style>
a { background-color: #B86315; }
a { background-color: rgb(184,99,21); }
div.DivClassName
{
background-color: #B86315;
}
.BgClassName
{
background-color: #B86315;
}
</style>
border-color css
<style>
span { border-color: #B86315; }
span { border-color: rgb(184,99,21); }
td.TdClassName
{
border-color: #B86315;
}
.TagClassName
{
border-color: #B86315;
}
</style>