Shades of Contessa #BB7565
Tints of Contessa #BB7565
RGB
CMYK
RGB Variations
Color information
#BB7565 (or 0xBB7565) is known color: Contessa. HEX triplet: BB, 75 and 65. RGB value is (187,117,101). Sum of RGB (Red+Green+Blue) = 187+117+101=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7565 is #448A9A. Grayscale: #888888. Windows color (decimal): -4491931 or 6649275. OLE color: 6649275.
HSL color Cylindrical-coordinate representation of color #BB7565: hue angle of 11.16º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB7565 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 101 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.27 |
| HSL | 11.16º | 0.39% | 0.56% | - |
| HSV(B) | 11.16º | 0.46% | 0.73% | - |
| XYZ | 29.2 | 24.23 | 15.45 | - |
| YUV | 136.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 101 | 0 | 0.37 | 0.46 | 0.27 | 11.16 | 0.39 | 0.56 |
| Hex | BB | 75 | 65 | 0 | 25 | 2E | 1B | B | 27 | 38 |
| Octal | 273 | 165 | 145 | 0 | 45 | 56 | 33 | 13 | 47 | 70 |
| Binary | 10111011 | 1110101 | 1100101 | 0 | 100101 | 101110 | 11011 | 1011 | 100111 | 111000 |
Color Harmonies of #BB7565
Complementary color
Monochromatic Colors of #BB7565
Black with #BB7565
Text Example
Text Example
White with #BB7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7565; }
p { color: rgb(187,117,101); }
H1.HeaderClassName
{
color: #BB7565;
}
.AnyTagClassName
{
color: #BB7565;
}
</style>
background-color css
<style>
a { background-color: #BB7565; }
a { background-color: rgb(187,117,101); }
div.DivClassName
{
background-color: #BB7565;
}
.BgClassName
{
background-color: #BB7565;
}
</style>
border-color css
<style>
span { border-color: #BB7565; }
span { border-color: rgb(187,117,101); }
td.TdClassName
{
border-color: #BB7565;
}
.TagClassName
{
border-color: #BB7565;
}
</style>