Shades of Christine #B66422
Tints of Christine #B66422
RGB
CMYK
RGB Variations
Color information
#B66422 (or 0xB66422) is known color: Christine. HEX triplet: B6, 64 and 22. RGB value is (182,100,34). Sum of RGB (Red+Green+Blue) = 182+100+34=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B66422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66422 is #499BDD. Grayscale: #757575. Windows color (decimal): -4824030 or 2254006. OLE color: 2254006.
HSL color Cylindrical-coordinate representation of color #B66422: hue angle of 26.76º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B66422 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 34 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.29 |
| HSL | 26.76º | 0.69% | 0.42% | - |
| HSV(B) | 26.76º | 0.81% | 0.71% | - |
| XYZ | 24.14 | 19.17 | 3.94 | - |
| YUV | 116.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 34 | 0 | 0.45 | 0.81 | 0.29 | 26.76 | 0.69 | 0.42 |
| Hex | B6 | 64 | 22 | 0 | 2D | 51 | 1D | 1B | 45 | 2A |
| Octal | 266 | 144 | 42 | 0 | 55 | 121 | 35 | 33 | 105 | 52 |
| Binary | 10110110 | 1100100 | 100010 | 0 | 101101 | 1010001 | 11101 | 11011 | 1000101 | 101010 |
Color Harmonies of #B66422
Complementary color
Monochromatic Colors of #B66422
Black with #B66422
Text Example
Text Example
White with #B66422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66422; }
p { color: rgb(182,100,34); }
H1.HeaderClassName
{
color: #B66422;
}
.AnyTagClassName
{
color: #B66422;
}
</style>
background-color css
<style>
a { background-color: #B66422; }
a { background-color: rgb(182,100,34); }
div.DivClassName
{
background-color: #B66422;
}
.BgClassName
{
background-color: #B66422;
}
</style>
border-color css
<style>
span { border-color: #B66422; }
span { border-color: rgb(182,100,34); }
td.TdClassName
{
border-color: #B66422;
}
.TagClassName
{
border-color: #B66422;
}
</style>