Shades of Contessa #BB726D
Tints of Contessa #BB726D
RGB
CMYK
RGB Variations
Color information
#BB726D (or 0xBB726D) is known color: Contessa. HEX triplet: BB, 72 and 6D. RGB value is (187,114,109). Sum of RGB (Red+Green+Blue) = 187+114+109=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB726D is #448D92. Grayscale: #878787. Windows color (decimal): -4492691 or 7172795. OLE color: 7172795.
HSL color Cylindrical-coordinate representation of color #BB726D: hue angle of 3.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB726D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 109 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.27 |
| HSL | 3.85º | 0.36% | 0.58% | - |
| HSV(B) | 3.85º | 0.42% | 0.73% | - |
| XYZ | 29.27 | 23.7 | 17.5 | - |
| YUV | 135.26 | 113.18 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 109 | 0 | 0.39 | 0.42 | 0.27 | 3.85 | 0.36 | 0.58 |
| Hex | BB | 72 | 6D | 0 | 27 | 2A | 1B | 4 | 24 | 3A |
| Octal | 273 | 162 | 155 | 0 | 47 | 52 | 33 | 4 | 44 | 72 |
| Binary | 10111011 | 1110010 | 1101101 | 0 | 100111 | 101010 | 11011 | 100 | 100100 | 111010 |
Color Harmonies of #BB726D
Complementary color
Monochromatic Colors of #BB726D
Black with #BB726D
Text Example
Text Example
White with #BB726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB726D; }
p { color: rgb(187,114,109); }
H1.HeaderClassName
{
color: #BB726D;
}
.AnyTagClassName
{
color: #BB726D;
}
</style>
background-color css
<style>
a { background-color: #BB726D; }
a { background-color: rgb(187,114,109); }
div.DivClassName
{
background-color: #BB726D;
}
.BgClassName
{
background-color: #BB726D;
}
</style>
border-color css
<style>
span { border-color: #BB726D; }
span { border-color: rgb(187,114,109); }
td.TdClassName
{
border-color: #BB726D;
}
.TagClassName
{
border-color: #BB726D;
}
</style>