Shades of Christine #BB6B2B
Tints of Christine #BB6B2B
RGB
CMYK
RGB Variations
Color information
#BB6B2B (or 0xBB6B2B) is known color: Christine. HEX triplet: BB, 6B and 2B. RGB value is (187,107,43). Sum of RGB (Red+Green+Blue) = 187+107+43=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B2B is #4494D4. Grayscale: #7B7B7B. Windows color (decimal): -4494549 or 2845627. OLE color: 2845627.
HSL color Cylindrical-coordinate representation of color #BB6B2B: hue angle of 26.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB6B2B is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 43 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.27 |
| HSL | 26.67º | 0.63% | 0.45% | - |
| HSV(B) | 26.67º | 0.77% | 0.73% | - |
| XYZ | 26.19 | 21.25 | 5.01 | - |
| YUV | 123.62 | 82.5 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 43 | 0 | 0.43 | 0.77 | 0.27 | 26.67 | 0.63 | 0.45 |
| Hex | BB | 6B | 2B | 0 | 2B | 4D | 1B | 1B | 3F | 2D |
| Octal | 273 | 153 | 53 | 0 | 53 | 115 | 33 | 33 | 77 | 55 |
| Binary | 10111011 | 1101011 | 101011 | 0 | 101011 | 1001101 | 11011 | 11011 | 111111 | 101101 |
Color Harmonies of #BB6B2B
Complementary color
Monochromatic Colors of #BB6B2B
Black with #BB6B2B
Text Example
Text Example
White with #BB6B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B2B; }
p { color: rgb(187,107,43); }
H1.HeaderClassName
{
color: #BB6B2B;
}
.AnyTagClassName
{
color: #BB6B2B;
}
</style>
background-color css
<style>
a { background-color: #BB6B2B; }
a { background-color: rgb(187,107,43); }
div.DivClassName
{
background-color: #BB6B2B;
}
.BgClassName
{
background-color: #BB6B2B;
}
</style>
border-color css
<style>
span { border-color: #BB6B2B; }
span { border-color: rgb(187,107,43); }
td.TdClassName
{
border-color: #BB6B2B;
}
.TagClassName
{
border-color: #BB6B2B;
}
</style>