Shades of Christine #B66415
Tints of Christine #B66415
RGB
CMYK
RGB Variations
Color information
#B66415 (or 0xB66415) is known color: Christine. HEX triplet: B6, 64 and 15. RGB value is (182,100,21). Sum of RGB (Red+Green+Blue) = 182+100+21=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B66415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66415 is #499BEA. Grayscale: #737373. Windows color (decimal): -4824043 or 1402038. OLE color: 1402038.
HSL color Cylindrical-coordinate representation of color #B66415: hue angle of 29.44º degrees, saturation: 0.79, 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 #B66415 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 21 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.29 |
| HSL | 29.44º | 0.79% | 0.4% | - |
| HSV(B) | 29.44º | 0.88% | 0.71% | - |
| XYZ | 23.98 | 19.11 | 3.13 | - |
| YUV | 115.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 21 | 0 | 0.45 | 0.88 | 0.29 | 29.44 | 0.79 | 0.4 |
| Hex | B6 | 64 | 15 | 0 | 2D | 58 | 1D | 1D | 4F | 28 |
| Octal | 266 | 144 | 25 | 0 | 55 | 130 | 35 | 35 | 117 | 50 |
| Binary | 10110110 | 1100100 | 10101 | 0 | 101101 | 1011000 | 11101 | 11101 | 1001111 | 101000 |
Color Harmonies of #B66415
Complementary color
Monochromatic Colors of #B66415
Black with #B66415
Text Example
Text Example
White with #B66415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66415; }
p { color: rgb(182,100,21); }
H1.HeaderClassName
{
color: #B66415;
}
.AnyTagClassName
{
color: #B66415;
}
</style>
background-color css
<style>
a { background-color: #B66415; }
a { background-color: rgb(182,100,21); }
div.DivClassName
{
background-color: #B66415;
}
.BgClassName
{
background-color: #B66415;
}
</style>
border-color css
<style>
span { border-color: #B66415; }
span { border-color: rgb(182,100,21); }
td.TdClassName
{
border-color: #B66415;
}
.TagClassName
{
border-color: #B66415;
}
</style>