Shades of Contessa #BB745E
Tints of Contessa #BB745E
RGB
CMYK
RGB Variations
Color information
#BB745E (or 0xBB745E) is known color: Contessa. HEX triplet: BB, 74 and 5E. RGB value is (187,116,94). Sum of RGB (Red+Green+Blue) = 187+116+94=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB745E is #448BA1. Grayscale: #868686. Windows color (decimal): -4492194 or 6190267. OLE color: 6190267.
HSL color Cylindrical-coordinate representation of color #BB745E: hue angle of 14.19º 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 #BB745E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 94 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.27 |
| HSL | 14.19º | 0.41% | 0.55% | - |
| HSV(B) | 14.19º | 0.5% | 0.73% | - |
| XYZ | 28.76 | 23.86 | 13.68 | - |
| YUV | 134.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 94 | 0 | 0.38 | 0.50 | 0.27 | 14.19 | 0.41 | 0.55 |
| Hex | BB | 74 | 5E | 0 | 26 | 32 | 1B | E | 29 | 37 |
| Octal | 273 | 164 | 136 | 0 | 46 | 62 | 33 | 16 | 51 | 67 |
| Binary | 10111011 | 1110100 | 1011110 | 0 | 100110 | 110010 | 11011 | 1110 | 101001 | 110111 |
Color Harmonies of #BB745E
Complementary color
Monochromatic Colors of #BB745E
Black with #BB745E
Text Example
Text Example
White with #BB745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB745E; }
p { color: rgb(187,116,94); }
H1.HeaderClassName
{
color: #BB745E;
}
.AnyTagClassName
{
color: #BB745E;
}
</style>
background-color css
<style>
a { background-color: #BB745E; }
a { background-color: rgb(187,116,94); }
div.DivClassName
{
background-color: #BB745E;
}
.BgClassName
{
background-color: #BB745E;
}
</style>
border-color css
<style>
span { border-color: #BB745E; }
span { border-color: rgb(187,116,94); }
td.TdClassName
{
border-color: #BB745E;
}
.TagClassName
{
border-color: #BB745E;
}
</style>