Shades of Christine #B86615
Tints of Christine #B86615
RGB
CMYK
RGB Variations
Color information
#B86615 (or 0xB86615) is known color: Christine. HEX triplet: B8, 66 and 15. RGB value is (184,102,21). Sum of RGB (Red+Green+Blue) = 184+102+21=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B86615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86615 is #4799EA. Grayscale: #757575. Windows color (decimal): -4692459 or 1402552. OLE color: 1402552.
HSL color Cylindrical-coordinate representation of color #B86615: hue angle of 29.82º 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 #B86615 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 21 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.28 |
| HSL | 29.82º | 0.8% | 0.4% | - |
| HSV(B) | 29.82º | 0.89% | 0.72% | - |
| XYZ | 24.65 | 19.75 | 3.22 | - |
| YUV | 117.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 21 | 0 | 0.45 | 0.89 | 0.28 | 29.82 | 0.8 | 0.4 |
| Hex | B8 | 66 | 15 | 0 | 2D | 59 | 1C | 1E | 50 | 28 |
| Octal | 270 | 146 | 25 | 0 | 55 | 131 | 34 | 36 | 120 | 50 |
| Binary | 10111000 | 1100110 | 10101 | 0 | 101101 | 1011001 | 11100 | 11110 | 1010000 | 101000 |
Color Harmonies of #B86615
Complementary color
Monochromatic Colors of #B86615
Black with #B86615
Text Example
Text Example
White with #B86615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86615; }
p { color: rgb(184,102,21); }
H1.HeaderClassName
{
color: #B86615;
}
.AnyTagClassName
{
color: #B86615;
}
</style>
background-color css
<style>
a { background-color: #B86615; }
a { background-color: rgb(184,102,21); }
div.DivClassName
{
background-color: #B86615;
}
.BgClassName
{
background-color: #B86615;
}
</style>
border-color css
<style>
span { border-color: #B86615; }
span { border-color: rgb(184,102,21); }
td.TdClassName
{
border-color: #B86615;
}
.TagClassName
{
border-color: #B86615;
}
</style>