Shades of Christine #BB6829
Tints of Christine #BB6829
RGB
CMYK
RGB Variations
Color information
#BB6829 (or 0xBB6829) is known color: Christine. HEX triplet: BB, 68 and 29. RGB value is (187,104,41). Sum of RGB (Red+Green+Blue) = 187+104+41=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6829 is #4497D6. Grayscale: #797979. Windows color (decimal): -4495319 or 2713787. OLE color: 2713787.
HSL color Cylindrical-coordinate representation of color #BB6829: hue angle of 25.89º 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 #BB6829 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 41 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.27 |
| HSL | 25.89º | 0.64% | 0.45% | - |
| HSV(B) | 25.89º | 0.78% | 0.73% | - |
| XYZ | 25.84 | 20.63 | 4.72 | - |
| YUV | 121.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 41 | 0 | 0.44 | 0.78 | 0.27 | 25.89 | 0.64 | 0.45 |
| Hex | BB | 68 | 29 | 0 | 2C | 4E | 1B | 1A | 40 | 2D |
| Octal | 273 | 150 | 51 | 0 | 54 | 116 | 33 | 32 | 100 | 55 |
| Binary | 10111011 | 1101000 | 101001 | 0 | 101100 | 1001110 | 11011 | 11010 | 1000000 | 101101 |
Color Harmonies of #BB6829
Complementary color
Monochromatic Colors of #BB6829
Black with #BB6829
Text Example
Text Example
White with #BB6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6829; }
p { color: rgb(187,104,41); }
H1.HeaderClassName
{
color: #BB6829;
}
.AnyTagClassName
{
color: #BB6829;
}
</style>
background-color css
<style>
a { background-color: #BB6829; }
a { background-color: rgb(187,104,41); }
div.DivClassName
{
background-color: #BB6829;
}
.BgClassName
{
background-color: #BB6829;
}
</style>
border-color css
<style>
span { border-color: #BB6829; }
span { border-color: rgb(187,104,41); }
td.TdClassName
{
border-color: #BB6829;
}
.TagClassName
{
border-color: #BB6829;
}
</style>