Shades of Contessa #BB6D5E
Tints of Contessa #BB6D5E
RGB
CMYK
RGB Variations
Color information
#BB6D5E (or 0xBB6D5E) is known color: Contessa. HEX triplet: BB, 6D and 5E. RGB value is (187,109,94). Sum of RGB (Red+Green+Blue) = 187+109+94=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D5E is #4492A1. Grayscale: #828282. Windows color (decimal): -4493986 or 6188475. OLE color: 6188475.
HSL color Cylindrical-coordinate representation of color #BB6D5E: hue angle of 9.68º 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 #BB6D5E is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 94 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.27 |
| HSL | 9.68º | 0.41% | 0.55% | - |
| HSV(B) | 9.68º | 0.5% | 0.73% | - |
| XYZ | 27.98 | 22.31 | 13.42 | - |
| YUV | 130.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 94 | 0 | 0.42 | 0.50 | 0.27 | 9.68 | 0.41 | 0.55 |
| Hex | BB | 6D | 5E | 0 | 2A | 32 | 1B | A | 29 | 37 |
| Octal | 273 | 155 | 136 | 0 | 52 | 62 | 33 | 12 | 51 | 67 |
| Binary | 10111011 | 1101101 | 1011110 | 0 | 101010 | 110010 | 11011 | 1010 | 101001 | 110111 |
Color Harmonies of #BB6D5E
Complementary color
Monochromatic Colors of #BB6D5E
Black with #BB6D5E
Text Example
Text Example
White with #BB6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D5E; }
p { color: rgb(187,109,94); }
H1.HeaderClassName
{
color: #BB6D5E;
}
.AnyTagClassName
{
color: #BB6D5E;
}
</style>
background-color css
<style>
a { background-color: #BB6D5E; }
a { background-color: rgb(187,109,94); }
div.DivClassName
{
background-color: #BB6D5E;
}
.BgClassName
{
background-color: #BB6D5E;
}
</style>
border-color css
<style>
span { border-color: #BB6D5E; }
span { border-color: rgb(187,109,94); }
td.TdClassName
{
border-color: #BB6D5E;
}
.TagClassName
{
border-color: #BB6D5E;
}
</style>