Shades of Contessa #BB7467
Tints of Contessa #BB7467
RGB
CMYK
RGB Variations
Color information
#BB7467 (or 0xBB7467) is known color: Contessa. HEX triplet: BB, 74 and 67. RGB value is (187,116,103). Sum of RGB (Red+Green+Blue) = 187+116+103=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7467 is #448B98. Grayscale: #878787. Windows color (decimal): -4492185 or 6780091. OLE color: 6780091.
HSL color Cylindrical-coordinate representation of color #BB7467: hue angle of 9.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7467 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 103 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.27 |
| HSL | 9.29º | 0.38% | 0.57% | - |
| HSV(B) | 9.29º | 0.45% | 0.73% | - |
| XYZ | 29.19 | 24.03 | 15.93 | - |
| YUV | 135.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 103 | 0 | 0.38 | 0.45 | 0.27 | 9.29 | 0.38 | 0.57 |
| Hex | BB | 74 | 67 | 0 | 26 | 2D | 1B | 9 | 26 | 39 |
| Octal | 273 | 164 | 147 | 0 | 46 | 55 | 33 | 11 | 46 | 71 |
| Binary | 10111011 | 1110100 | 1100111 | 0 | 100110 | 101101 | 11011 | 1001 | 100110 | 111001 |
Color Harmonies of #BB7467
Complementary color
Monochromatic Colors of #BB7467
Black with #BB7467
Text Example
Text Example
White with #BB7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7467; }
p { color: rgb(187,116,103); }
H1.HeaderClassName
{
color: #BB7467;
}
.AnyTagClassName
{
color: #BB7467;
}
</style>
background-color css
<style>
a { background-color: #BB7467; }
a { background-color: rgb(187,116,103); }
div.DivClassName
{
background-color: #BB7467;
}
.BgClassName
{
background-color: #BB7467;
}
</style>
border-color css
<style>
span { border-color: #BB7467; }
span { border-color: rgb(187,116,103); }
td.TdClassName
{
border-color: #BB7467;
}
.TagClassName
{
border-color: #BB7467;
}
</style>