Shades of Contessa #B8706F
Tints of Contessa #B8706F
RGB
CMYK
RGB Variations
Color information
#B8706F (or 0xB8706F) is known color: Contessa. HEX triplet: B8, 70 and 6F. RGB value is (184,112,111). Sum of RGB (Red+Green+Blue) = 184+112+111=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8706F is #478F90. Grayscale: #858585. Windows color (decimal): -4689809 or 7303352. OLE color: 7303352.
HSL color Cylindrical-coordinate representation of color #B8706F: hue angle of 0.82º 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 #B8706F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 111 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.28 |
| HSL | 0.82º | 0.34% | 0.58% | - |
| HSV(B) | 0.82º | 0.4% | 0.72% | - |
| XYZ | 28.43 | 22.93 | 17.97 | - |
| YUV | 133.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 111 | 0 | 0.39 | 0.40 | 0.28 | 0.82 | 0.34 | 0.58 |
| Hex | B8 | 70 | 6F | 0 | 27 | 28 | 1C | 1 | 22 | 3A |
| Octal | 270 | 160 | 157 | 0 | 47 | 50 | 34 | 1 | 42 | 72 |
| Binary | 10111000 | 1110000 | 1101111 | 0 | 100111 | 101000 | 11100 | 1 | 100010 | 111010 |
Color Harmonies of #B8706F
Complementary color
Monochromatic Colors of #B8706F
Black with #B8706F
Text Example
Text Example
White with #B8706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8706F; }
p { color: rgb(184,112,111); }
H1.HeaderClassName
{
color: #B8706F;
}
.AnyTagClassName
{
color: #B8706F;
}
</style>
background-color css
<style>
a { background-color: #B8706F; }
a { background-color: rgb(184,112,111); }
div.DivClassName
{
background-color: #B8706F;
}
.BgClassName
{
background-color: #B8706F;
}
</style>
border-color css
<style>
span { border-color: #B8706F; }
span { border-color: rgb(184,112,111); }
td.TdClassName
{
border-color: #B8706F;
}
.TagClassName
{
border-color: #B8706F;
}
</style>