Shades of Contessa #B8736F
Tints of Contessa #B8736F
RGB
CMYK
RGB Variations
Color information
#B8736F (or 0xB8736F) is known color: Contessa. HEX triplet: B8, 73 and 6F. RGB value is (184,115,111). Sum of RGB (Red+Green+Blue) = 184+115+111=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8736F is #478C90. Grayscale: #878787. Windows color (decimal): -4689041 or 7304120. OLE color: 7304120.
HSL color Cylindrical-coordinate representation of color #B8736F: hue angle of 3.29º 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 #B8736F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 111 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.28 |
| HSL | 3.29º | 0.34% | 0.58% | - |
| HSV(B) | 3.29º | 0.4% | 0.72% | - |
| XYZ | 28.77 | 23.6 | 18.08 | - |
| YUV | 135.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 111 | 0 | 0.38 | 0.40 | 0.28 | 3.29 | 0.34 | 0.58 |
| Hex | B8 | 73 | 6F | 0 | 26 | 28 | 1C | 3 | 22 | 3A |
| Octal | 270 | 163 | 157 | 0 | 46 | 50 | 34 | 3 | 42 | 72 |
| Binary | 10111000 | 1110011 | 1101111 | 0 | 100110 | 101000 | 11100 | 11 | 100010 | 111010 |
Color Harmonies of #B8736F
Complementary color
Monochromatic Colors of #B8736F
Black with #B8736F
Text Example
Text Example
White with #B8736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8736F; }
p { color: rgb(184,115,111); }
H1.HeaderClassName
{
color: #B8736F;
}
.AnyTagClassName
{
color: #B8736F;
}
</style>
background-color css
<style>
a { background-color: #B8736F; }
a { background-color: rgb(184,115,111); }
div.DivClassName
{
background-color: #B8736F;
}
.BgClassName
{
background-color: #B8736F;
}
</style>
border-color css
<style>
span { border-color: #B8736F; }
span { border-color: rgb(184,115,111); }
td.TdClassName
{
border-color: #B8736F;
}
.TagClassName
{
border-color: #B8736F;
}
</style>