Shades of Contessa #BB7263
Tints of Contessa #BB7263
RGB
CMYK
RGB Variations
Color information
#BB7263 (or 0xBB7263) is known color: Contessa. HEX triplet: BB, 72 and 63. RGB value is (187,114,99). Sum of RGB (Red+Green+Blue) = 187+114+99=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7263 is #448D9C. Grayscale: #868686. Windows color (decimal): -4492701 or 6517435. OLE color: 6517435.
HSL color Cylindrical-coordinate representation of color #BB7263: hue angle of 10.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB7263 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 99 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.27 |
| HSL | 10.23º | 0.39% | 0.56% | - |
| HSV(B) | 10.23º | 0.47% | 0.73% | - |
| XYZ | 28.76 | 23.5 | 14.82 | - |
| YUV | 134.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 99 | 0 | 0.39 | 0.47 | 0.27 | 10.23 | 0.39 | 0.56 |
| Hex | BB | 72 | 63 | 0 | 27 | 2F | 1B | A | 27 | 38 |
| Octal | 273 | 162 | 143 | 0 | 47 | 57 | 33 | 12 | 47 | 70 |
| Binary | 10111011 | 1110010 | 1100011 | 0 | 100111 | 101111 | 11011 | 1010 | 100111 | 111000 |
Color Harmonies of #BB7263
Complementary color
Monochromatic Colors of #BB7263
Black with #BB7263
Text Example
Text Example
White with #BB7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7263; }
p { color: rgb(187,114,99); }
H1.HeaderClassName
{
color: #BB7263;
}
.AnyTagClassName
{
color: #BB7263;
}
</style>
background-color css
<style>
a { background-color: #BB7263; }
a { background-color: rgb(187,114,99); }
div.DivClassName
{
background-color: #BB7263;
}
.BgClassName
{
background-color: #BB7263;
}
</style>
border-color css
<style>
span { border-color: #BB7263; }
span { border-color: rgb(187,114,99); }
td.TdClassName
{
border-color: #BB7263;
}
.TagClassName
{
border-color: #BB7263;
}
</style>