Shades of Christine #B66428
Tints of Christine #B66428
RGB
CMYK
RGB Variations
Color information
#B66428 (or 0xB66428) is known color: Christine. HEX triplet: B6, 64 and 28. RGB value is (182,100,40). Sum of RGB (Red+Green+Blue) = 182+100+40=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B66428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66428 is #499BD7. Grayscale: #767676. Windows color (decimal): -4824024 or 2647222. OLE color: 2647222.
HSL color Cylindrical-coordinate representation of color #B66428: hue angle of 25.35º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B66428 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 40 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.29 |
| HSL | 25.35º | 0.64% | 0.44% | - |
| HSV(B) | 25.35º | 0.78% | 0.71% | - |
| XYZ | 24.23 | 19.21 | 4.44 | - |
| YUV | 117.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 40 | 0 | 0.45 | 0.78 | 0.29 | 25.35 | 0.64 | 0.44 |
| Hex | B6 | 64 | 28 | 0 | 2D | 4E | 1D | 19 | 40 | 2C |
| Octal | 266 | 144 | 50 | 0 | 55 | 116 | 35 | 31 | 100 | 54 |
| Binary | 10110110 | 1100100 | 101000 | 0 | 101101 | 1001110 | 11101 | 11001 | 1000000 | 101100 |
Color Harmonies of #B66428
Complementary color
Monochromatic Colors of #B66428
Black with #B66428
Text Example
Text Example
White with #B66428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66428; }
p { color: rgb(182,100,40); }
H1.HeaderClassName
{
color: #B66428;
}
.AnyTagClassName
{
color: #B66428;
}
</style>
background-color css
<style>
a { background-color: #B66428; }
a { background-color: rgb(182,100,40); }
div.DivClassName
{
background-color: #B66428;
}
.BgClassName
{
background-color: #B66428;
}
</style>
border-color css
<style>
span { border-color: #B66428; }
span { border-color: rgb(182,100,40); }
td.TdClassName
{
border-color: #B66428;
}
.TagClassName
{
border-color: #B66428;
}
</style>