Shades of Christine #BB6629
Tints of Christine #BB6629
RGB
CMYK
RGB Variations
Color information
#BB6629 (or 0xBB6629) is known color: Christine. HEX triplet: BB, 66 and 29. RGB value is (187,102,41). Sum of RGB (Red+Green+Blue) = 187+102+41=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6629 is #4499D6. Grayscale: #787878. Windows color (decimal): -4495831 or 2713275. OLE color: 2713275.
HSL color Cylindrical-coordinate representation of color #BB6629: hue angle of 25.07º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB6629 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 41 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.27 |
| HSL | 25.07º | 0.64% | 0.45% | - |
| HSV(B) | 25.07º | 0.78% | 0.73% | - |
| XYZ | 25.65 | 20.23 | 4.65 | - |
| YUV | 120.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 41 | 0 | 0.45 | 0.78 | 0.27 | 25.07 | 0.64 | 0.45 |
| Hex | BB | 66 | 29 | 0 | 2D | 4E | 1B | 19 | 40 | 2D |
| Octal | 273 | 146 | 51 | 0 | 55 | 116 | 33 | 31 | 100 | 55 |
| Binary | 10111011 | 1100110 | 101001 | 0 | 101101 | 1001110 | 11011 | 11001 | 1000000 | 101101 |
Color Harmonies of #BB6629
Complementary color
Monochromatic Colors of #BB6629
Black with #BB6629
Text Example
Text Example
White with #BB6629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6629; }
p { color: rgb(187,102,41); }
H1.HeaderClassName
{
color: #BB6629;
}
.AnyTagClassName
{
color: #BB6629;
}
</style>
background-color css
<style>
a { background-color: #BB6629; }
a { background-color: rgb(187,102,41); }
div.DivClassName
{
background-color: #BB6629;
}
.BgClassName
{
background-color: #BB6629;
}
</style>
border-color css
<style>
span { border-color: #BB6629; }
span { border-color: rgb(187,102,41); }
td.TdClassName
{
border-color: #BB6629;
}
.TagClassName
{
border-color: #BB6629;
}
</style>