Shades of Christine #B66416
Tints of Christine #B66416
RGB
CMYK
RGB Variations
Color information
#B66416 (or 0xB66416) is known color: Christine. HEX triplet: B6, 64 and 16. RGB value is (182,100,22). Sum of RGB (Red+Green+Blue) = 182+100+22=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B66416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66416 is #499BE9. Grayscale: #747474. Windows color (decimal): -4824042 or 1467574. OLE color: 1467574.
HSL color Cylindrical-coordinate representation of color #B66416: hue angle of 29.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B66416 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 22 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.29 |
| HSL | 29.25º | 0.78% | 0.4% | - |
| HSV(B) | 29.25º | 0.88% | 0.71% | - |
| XYZ | 23.99 | 19.12 | 3.18 | - |
| YUV | 115.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 22 | 0 | 0.45 | 0.88 | 0.29 | 29.25 | 0.78 | 0.4 |
| Hex | B6 | 64 | 16 | 0 | 2D | 58 | 1D | 1D | 4E | 28 |
| Octal | 266 | 144 | 26 | 0 | 55 | 130 | 35 | 35 | 116 | 50 |
| Binary | 10110110 | 1100100 | 10110 | 0 | 101101 | 1011000 | 11101 | 11101 | 1001110 | 101000 |
Color Harmonies of #B66416
Complementary color
Monochromatic Colors of #B66416
Black with #B66416
Text Example
Text Example
White with #B66416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66416; }
p { color: rgb(182,100,22); }
H1.HeaderClassName
{
color: #B66416;
}
.AnyTagClassName
{
color: #B66416;
}
</style>
background-color css
<style>
a { background-color: #B66416; }
a { background-color: rgb(182,100,22); }
div.DivClassName
{
background-color: #B66416;
}
.BgClassName
{
background-color: #B66416;
}
</style>
border-color css
<style>
span { border-color: #B66416; }
span { border-color: rgb(182,100,22); }
td.TdClassName
{
border-color: #B66416;
}
.TagClassName
{
border-color: #B66416;
}
</style>