Shades of Christine #B86214
Tints of Christine #B86214
RGB
CMYK
RGB Variations
Color information
#B86214 (or 0xB86214) is known color: Christine. HEX triplet: B8, 62 and 14. RGB value is (184,98,20). Sum of RGB (Red+Green+Blue) = 184+98+20=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B86214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86214 is #479DEB. Grayscale: #737373. Windows color (decimal): -4693484 or 1335992. OLE color: 1335992.
HSL color Cylindrical-coordinate representation of color #B86214: hue angle of 28.54º 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 #B86214 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 20 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.28 |
| HSL | 28.54º | 0.8% | 0.4% | - |
| HSV(B) | 28.54º | 0.89% | 0.72% | - |
| XYZ | 24.26 | 18.98 | 3.05 | - |
| YUV | 114.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 20 | 0 | 0.47 | 0.89 | 0.28 | 28.54 | 0.8 | 0.4 |
| Hex | B8 | 62 | 14 | 0 | 2F | 59 | 1C | 1D | 50 | 28 |
| Octal | 270 | 142 | 24 | 0 | 57 | 131 | 34 | 35 | 120 | 50 |
| Binary | 10111000 | 1100010 | 10100 | 0 | 101111 | 1011001 | 11100 | 11101 | 1010000 | 101000 |
Color Harmonies of #B86214
Complementary color
Monochromatic Colors of #B86214
Black with #B86214
Text Example
Text Example
White with #B86214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86214; }
p { color: rgb(184,98,20); }
H1.HeaderClassName
{
color: #B86214;
}
.AnyTagClassName
{
color: #B86214;
}
</style>
background-color css
<style>
a { background-color: #B86214; }
a { background-color: rgb(184,98,20); }
div.DivClassName
{
background-color: #B86214;
}
.BgClassName
{
background-color: #B86214;
}
</style>
border-color css
<style>
span { border-color: #B86214; }
span { border-color: rgb(184,98,20); }
td.TdClassName
{
border-color: #B86214;
}
.TagClassName
{
border-color: #B86214;
}
</style>