Shades of Contessa #BB7268
Tints of Contessa #BB7268
RGB
CMYK
RGB Variations
Color information
#BB7268 (or 0xBB7268) is known color: Contessa. HEX triplet: BB, 72 and 68. RGB value is (187,114,104). Sum of RGB (Red+Green+Blue) = 187+114+104=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7268 is #448D97. Grayscale: #868686. Windows color (decimal): -4492696 or 6845115. OLE color: 6845115.
HSL color Cylindrical-coordinate representation of color #BB7268: hue angle of 7.23º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7268 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 104 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.27 |
| HSL | 7.23º | 0.38% | 0.57% | - |
| HSV(B) | 7.23º | 0.44% | 0.73% | - |
| XYZ | 29.01 | 23.6 | 16.12 | - |
| YUV | 134.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 104 | 0 | 0.39 | 0.44 | 0.27 | 7.23 | 0.38 | 0.57 |
| Hex | BB | 72 | 68 | 0 | 27 | 2C | 1B | 7 | 26 | 39 |
| Octal | 273 | 162 | 150 | 0 | 47 | 54 | 33 | 7 | 46 | 71 |
| Binary | 10111011 | 1110010 | 1101000 | 0 | 100111 | 101100 | 11011 | 111 | 100110 | 111001 |
Color Harmonies of #BB7268
Complementary color
Monochromatic Colors of #BB7268
Black with #BB7268
Text Example
Text Example
White with #BB7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7268; }
p { color: rgb(187,114,104); }
H1.HeaderClassName
{
color: #BB7268;
}
.AnyTagClassName
{
color: #BB7268;
}
</style>
background-color css
<style>
a { background-color: #BB7268; }
a { background-color: rgb(187,114,104); }
div.DivClassName
{
background-color: #BB7268;
}
.BgClassName
{
background-color: #BB7268;
}
</style>
border-color css
<style>
span { border-color: #BB7268; }
span { border-color: rgb(187,114,104); }
td.TdClassName
{
border-color: #BB7268;
}
.TagClassName
{
border-color: #BB7268;
}
</style>