Shades of Contessa #BB7367
Tints of Contessa #BB7367
RGB
CMYK
RGB Variations
Color information
#BB7367 (or 0xBB7367) is known color: Contessa. HEX triplet: BB, 73 and 67. RGB value is (187,115,103). Sum of RGB (Red+Green+Blue) = 187+115+103=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7367 is #448C98. Grayscale: #878787. Windows color (decimal): -4492441 or 6779835. OLE color: 6779835.
HSL color Cylindrical-coordinate representation of color #BB7367: hue angle of 8.57º 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 #BB7367 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 103 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.27 |
| HSL | 8.57º | 0.38% | 0.57% | - |
| HSV(B) | 8.57º | 0.45% | 0.73% | - |
| XYZ | 29.07 | 23.81 | 15.89 | - |
| YUV | 135.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 103 | 0 | 0.39 | 0.45 | 0.27 | 8.57 | 0.38 | 0.57 |
| Hex | BB | 73 | 67 | 0 | 27 | 2D | 1B | 9 | 26 | 39 |
| Octal | 273 | 163 | 147 | 0 | 47 | 55 | 33 | 11 | 46 | 71 |
| Binary | 10111011 | 1110011 | 1100111 | 0 | 100111 | 101101 | 11011 | 1001 | 100110 | 111001 |
Color Harmonies of #BB7367
Complementary color
Monochromatic Colors of #BB7367
Black with #BB7367
Text Example
Text Example
White with #BB7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7367; }
p { color: rgb(187,115,103); }
H1.HeaderClassName
{
color: #BB7367;
}
.AnyTagClassName
{
color: #BB7367;
}
</style>
background-color css
<style>
a { background-color: #BB7367; }
a { background-color: rgb(187,115,103); }
div.DivClassName
{
background-color: #BB7367;
}
.BgClassName
{
background-color: #BB7367;
}
</style>
border-color css
<style>
span { border-color: #BB7367; }
span { border-color: rgb(187,115,103); }
td.TdClassName
{
border-color: #BB7367;
}
.TagClassName
{
border-color: #BB7367;
}
</style>