Shades of Contessa #BB6D5A
Tints of Contessa #BB6D5A
RGB
CMYK
RGB Variations
Color information
#BB6D5A (or 0xBB6D5A) is known color: Contessa. HEX triplet: BB, 6D and 5A. RGB value is (187,109,90). Sum of RGB (Red+Green+Blue) = 187+109+90=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D5A is #4492A5. Grayscale: #828282. Windows color (decimal): -4493990 or 5926331. OLE color: 5926331.
HSL color Cylindrical-coordinate representation of color #BB6D5A: hue angle of 11.75º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6D5A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 90 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.27 |
| HSL | 11.75º | 0.42% | 0.54% | - |
| HSV(B) | 11.75º | 0.52% | 0.73% | - |
| XYZ | 27.81 | 22.24 | 12.5 | - |
| YUV | 130.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 90 | 0 | 0.42 | 0.52 | 0.27 | 11.75 | 0.42 | 0.54 |
| Hex | BB | 6D | 5A | 0 | 2A | 34 | 1B | C | 2A | 36 |
| Octal | 273 | 155 | 132 | 0 | 52 | 64 | 33 | 14 | 52 | 66 |
| Binary | 10111011 | 1101101 | 1011010 | 0 | 101010 | 110100 | 11011 | 1100 | 101010 | 110110 |
Color Harmonies of #BB6D5A
Complementary color
Monochromatic Colors of #BB6D5A
Black with #BB6D5A
Text Example
Text Example
White with #BB6D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D5A; }
p { color: rgb(187,109,90); }
H1.HeaderClassName
{
color: #BB6D5A;
}
.AnyTagClassName
{
color: #BB6D5A;
}
</style>
background-color css
<style>
a { background-color: #BB6D5A; }
a { background-color: rgb(187,109,90); }
div.DivClassName
{
background-color: #BB6D5A;
}
.BgClassName
{
background-color: #BB6D5A;
}
</style>
border-color css
<style>
span { border-color: #BB6D5A; }
span { border-color: rgb(187,109,90); }
td.TdClassName
{
border-color: #BB6D5A;
}
.TagClassName
{
border-color: #BB6D5A;
}
</style>