Shades of Contessa #B8726F
Tints of Contessa #B8726F
RGB
CMYK
RGB Variations
Color information
#B8726F (or 0xB8726F) is known color: Contessa. HEX triplet: B8, 72 and 6F. RGB value is (184,114,111). Sum of RGB (Red+Green+Blue) = 184+114+111=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8726F is #478D90. Grayscale: #868686. Windows color (decimal): -4689297 or 7303864. OLE color: 7303864.
HSL color Cylindrical-coordinate representation of color #B8726F: hue angle of 2.47º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8726F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 111 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.28 |
| HSL | 2.47º | 0.34% | 0.58% | - |
| HSV(B) | 2.47º | 0.4% | 0.72% | - |
| XYZ | 28.65 | 23.37 | 18.04 | - |
| YUV | 134.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 111 | 0 | 0.38 | 0.40 | 0.28 | 2.47 | 0.34 | 0.58 |
| Hex | B8 | 72 | 6F | 0 | 26 | 28 | 1C | 2 | 22 | 3A |
| Octal | 270 | 162 | 157 | 0 | 46 | 50 | 34 | 2 | 42 | 72 |
| Binary | 10111000 | 1110010 | 1101111 | 0 | 100110 | 101000 | 11100 | 10 | 100010 | 111010 |
Color Harmonies of #B8726F
Complementary color
Monochromatic Colors of #B8726F
Black with #B8726F
Text Example
Text Example
White with #B8726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8726F; }
p { color: rgb(184,114,111); }
H1.HeaderClassName
{
color: #B8726F;
}
.AnyTagClassName
{
color: #B8726F;
}
</style>
background-color css
<style>
a { background-color: #B8726F; }
a { background-color: rgb(184,114,111); }
div.DivClassName
{
background-color: #B8726F;
}
.BgClassName
{
background-color: #B8726F;
}
</style>
border-color css
<style>
span { border-color: #B8726F; }
span { border-color: rgb(184,114,111); }
td.TdClassName
{
border-color: #B8726F;
}
.TagClassName
{
border-color: #B8726F;
}
</style>