Shades of Christine #BB6622
Tints of Christine #BB6622
RGB
CMYK
RGB Variations
Color information
#BB6622 (or 0xBB6622) is known color: Christine. HEX triplet: BB, 66 and 22. RGB value is (187,102,34). Sum of RGB (Red+Green+Blue) = 187+102+34=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6622 is #4499DD. Grayscale: #787878. Windows color (decimal): -4495838 or 2254523. OLE color: 2254523.
HSL color Cylindrical-coordinate representation of color #BB6622: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB6622 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 34 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.27 |
| HSL | 26.67º | 0.69% | 0.43% | - |
| HSV(B) | 26.67º | 0.82% | 0.73% | - |
| XYZ | 25.53 | 20.18 | 4.06 | - |
| YUV | 119.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 34 | 0 | 0.45 | 0.82 | 0.27 | 26.67 | 0.69 | 0.43 |
| Hex | BB | 66 | 22 | 0 | 2D | 52 | 1B | 1B | 45 | 2B |
| Octal | 273 | 146 | 42 | 0 | 55 | 122 | 33 | 33 | 105 | 53 |
| Binary | 10111011 | 1100110 | 100010 | 0 | 101101 | 1010010 | 11011 | 11011 | 1000101 | 101011 |
Color Harmonies of #BB6622
Complementary color
Monochromatic Colors of #BB6622
Black with #BB6622
Text Example
Text Example
White with #BB6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6622; }
p { color: rgb(187,102,34); }
H1.HeaderClassName
{
color: #BB6622;
}
.AnyTagClassName
{
color: #BB6622;
}
</style>
background-color css
<style>
a { background-color: #BB6622; }
a { background-color: rgb(187,102,34); }
div.DivClassName
{
background-color: #BB6622;
}
.BgClassName
{
background-color: #BB6622;
}
</style>
border-color css
<style>
span { border-color: #BB6622; }
span { border-color: rgb(187,102,34); }
td.TdClassName
{
border-color: #BB6622;
}
.TagClassName
{
border-color: #BB6622;
}
</style>