Shades of Christine #BB6628
Tints of Christine #BB6628
RGB
CMYK
RGB Variations
Color information
#BB6628 (or 0xBB6628) is known color: Christine. HEX triplet: BB, 66 and 28. RGB value is (187,102,40). Sum of RGB (Red+Green+Blue) = 187+102+40=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6628 is #4499D7. Grayscale: #787878. Windows color (decimal): -4495832 or 2647739. OLE color: 2647739.
HSL color Cylindrical-coordinate representation of color #BB6628: hue angle of 25.31º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB6628 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 40 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.27 |
| HSL | 25.31º | 0.65% | 0.45% | - |
| HSV(B) | 25.31º | 0.79% | 0.73% | - |
| XYZ | 25.63 | 20.22 | 4.56 | - |
| YUV | 120.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 40 | 0 | 0.45 | 0.79 | 0.27 | 25.31 | 0.65 | 0.45 |
| Hex | BB | 66 | 28 | 0 | 2D | 4F | 1B | 19 | 41 | 2D |
| Octal | 273 | 146 | 50 | 0 | 55 | 117 | 33 | 31 | 101 | 55 |
| Binary | 10111011 | 1100110 | 101000 | 0 | 101101 | 1001111 | 11011 | 11001 | 1000001 | 101101 |
Color Harmonies of #BB6628
Complementary color
Monochromatic Colors of #BB6628
Black with #BB6628
Text Example
Text Example
White with #BB6628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6628; }
p { color: rgb(187,102,40); }
H1.HeaderClassName
{
color: #BB6628;
}
.AnyTagClassName
{
color: #BB6628;
}
</style>
background-color css
<style>
a { background-color: #BB6628; }
a { background-color: rgb(187,102,40); }
div.DivClassName
{
background-color: #BB6628;
}
.BgClassName
{
background-color: #BB6628;
}
</style>
border-color css
<style>
span { border-color: #BB6628; }
span { border-color: rgb(187,102,40); }
td.TdClassName
{
border-color: #BB6628;
}
.TagClassName
{
border-color: #BB6628;
}
</style>