Shades of Contessa #BB6C5E
Tints of Contessa #BB6C5E
RGB
CMYK
RGB Variations
Color information
#BB6C5E (or 0xBB6C5E) is known color: Contessa. HEX triplet: BB, 6C and 5E. RGB value is (187,108,94). Sum of RGB (Red+Green+Blue) = 187+108+94=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C5E is #4493A1. Grayscale: #828282. Windows color (decimal): -4494242 or 6188219. OLE color: 6188219.
HSL color Cylindrical-coordinate representation of color #BB6C5E: hue angle of 9.03º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6C5E is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 94 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.27 |
| HSL | 9.03º | 0.41% | 0.55% | - |
| HSV(B) | 9.03º | 0.5% | 0.73% | - |
| XYZ | 27.88 | 22.1 | 13.39 | - |
| YUV | 130.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 94 | 0 | 0.42 | 0.50 | 0.27 | 9.03 | 0.41 | 0.55 |
| Hex | BB | 6C | 5E | 0 | 2A | 32 | 1B | 9 | 29 | 37 |
| Octal | 273 | 154 | 136 | 0 | 52 | 62 | 33 | 11 | 51 | 67 |
| Binary | 10111011 | 1101100 | 1011110 | 0 | 101010 | 110010 | 11011 | 1001 | 101001 | 110111 |
Color Harmonies of #BB6C5E
Complementary color
Monochromatic Colors of #BB6C5E
Black with #BB6C5E
Text Example
Text Example
White with #BB6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C5E; }
p { color: rgb(187,108,94); }
H1.HeaderClassName
{
color: #BB6C5E;
}
.AnyTagClassName
{
color: #BB6C5E;
}
</style>
background-color css
<style>
a { background-color: #BB6C5E; }
a { background-color: rgb(187,108,94); }
div.DivClassName
{
background-color: #BB6C5E;
}
.BgClassName
{
background-color: #BB6C5E;
}
</style>
border-color css
<style>
span { border-color: #BB6C5E; }
span { border-color: rgb(187,108,94); }
td.TdClassName
{
border-color: #BB6C5E;
}
.TagClassName
{
border-color: #BB6C5E;
}
</style>