Shades of Contessa #BB726B
Tints of Contessa #BB726B
RGB
CMYK
RGB Variations
Color information
#BB726B (or 0xBB726B) is known color: Contessa. HEX triplet: BB, 72 and 6B. RGB value is (187,114,107). Sum of RGB (Red+Green+Blue) = 187+114+107=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB726B is #448D94. Grayscale: #878787. Windows color (decimal): -4492693 or 7041723. OLE color: 7041723.
HSL color Cylindrical-coordinate representation of color #BB726B: hue angle of 5.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB726B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 107 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.27 |
| HSL | 5.25º | 0.37% | 0.58% | - |
| HSV(B) | 5.25º | 0.43% | 0.73% | - |
| XYZ | 29.16 | 23.66 | 16.94 | - |
| YUV | 135.03 | 112.18 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 107 | 0 | 0.39 | 0.43 | 0.27 | 5.25 | 0.37 | 0.58 |
| Hex | BB | 72 | 6B | 0 | 27 | 2B | 1B | 5 | 25 | 3A |
| Octal | 273 | 162 | 153 | 0 | 47 | 53 | 33 | 5 | 45 | 72 |
| Binary | 10111011 | 1110010 | 1101011 | 0 | 100111 | 101011 | 11011 | 101 | 100101 | 111010 |
Color Harmonies of #BB726B
Complementary color
Monochromatic Colors of #BB726B
Black with #BB726B
Text Example
Text Example
White with #BB726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB726B; }
p { color: rgb(187,114,107); }
H1.HeaderClassName
{
color: #BB726B;
}
.AnyTagClassName
{
color: #BB726B;
}
</style>
background-color css
<style>
a { background-color: #BB726B; }
a { background-color: rgb(187,114,107); }
div.DivClassName
{
background-color: #BB726B;
}
.BgClassName
{
background-color: #BB726B;
}
</style>
border-color css
<style>
span { border-color: #BB726B; }
span { border-color: rgb(187,114,107); }
td.TdClassName
{
border-color: #BB726B;
}
.TagClassName
{
border-color: #BB726B;
}
</style>