Shades of Christine #BB6828
Tints of Christine #BB6828
RGB
CMYK
RGB Variations
Color information
#BB6828 (or 0xBB6828) is known color: Christine. HEX triplet: BB, 68 and 28. RGB value is (187,104,40). Sum of RGB (Red+Green+Blue) = 187+104+40=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6828 is #4497D7. Grayscale: #797979. Windows color (decimal): -4495320 or 2648251. OLE color: 2648251.
HSL color Cylindrical-coordinate representation of color #BB6828: hue angle of 26.12º 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 #BB6828 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 40 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.27 |
| HSL | 26.12º | 0.65% | 0.45% | - |
| HSV(B) | 26.12º | 0.79% | 0.73% | - |
| XYZ | 25.83 | 20.62 | 4.63 | - |
| YUV | 121.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 40 | 0 | 0.44 | 0.79 | 0.27 | 26.12 | 0.65 | 0.45 |
| Hex | BB | 68 | 28 | 0 | 2C | 4F | 1B | 1A | 41 | 2D |
| Octal | 273 | 150 | 50 | 0 | 54 | 117 | 33 | 32 | 101 | 55 |
| Binary | 10111011 | 1101000 | 101000 | 0 | 101100 | 1001111 | 11011 | 11010 | 1000001 | 101101 |
Color Harmonies of #BB6828
Complementary color
Monochromatic Colors of #BB6828
Black with #BB6828
Text Example
Text Example
White with #BB6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6828; }
p { color: rgb(187,104,40); }
H1.HeaderClassName
{
color: #BB6828;
}
.AnyTagClassName
{
color: #BB6828;
}
</style>
background-color css
<style>
a { background-color: #BB6828; }
a { background-color: rgb(187,104,40); }
div.DivClassName
{
background-color: #BB6828;
}
.BgClassName
{
background-color: #BB6828;
}
</style>
border-color css
<style>
span { border-color: #BB6828; }
span { border-color: rgb(187,104,40); }
td.TdClassName
{
border-color: #BB6828;
}
.TagClassName
{
border-color: #BB6828;
}
</style>