Shades of Contessa #B8785F
Tints of Contessa #B8785F
RGB
CMYK
RGB Variations
Color information
#B8785F (or 0xB8785F) is known color: Contessa. HEX triplet: B8, 78 and 5F. RGB value is (184,120,95). Sum of RGB (Red+Green+Blue) = 184+120+95=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8785F is #4787A0. Grayscale: #888888. Windows color (decimal): -4687777 or 6256824. OLE color: 6256824.
HSL color Cylindrical-coordinate representation of color #B8785F: hue angle of 16.85º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8785F is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 95 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.28 |
| HSL | 16.85º | 0.39% | 0.55% | - |
| HSV(B) | 16.85º | 0.48% | 0.72% | - |
| XYZ | 28.55 | 24.45 | 14.04 | - |
| YUV | 136.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 95 | 0 | 0.35 | 0.48 | 0.28 | 16.85 | 0.39 | 0.55 |
| Hex | B8 | 78 | 5F | 0 | 23 | 30 | 1C | 11 | 27 | 37 |
| Octal | 270 | 170 | 137 | 0 | 43 | 60 | 34 | 21 | 47 | 67 |
| Binary | 10111000 | 1111000 | 1011111 | 0 | 100011 | 110000 | 11100 | 10001 | 100111 | 110111 |
Color Harmonies of #B8785F
Complementary color
Monochromatic Colors of #B8785F
Black with #B8785F
Text Example
Text Example
White with #B8785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8785F; }
p { color: rgb(184,120,95); }
H1.HeaderClassName
{
color: #B8785F;
}
.AnyTagClassName
{
color: #B8785F;
}
</style>
background-color css
<style>
a { background-color: #B8785F; }
a { background-color: rgb(184,120,95); }
div.DivClassName
{
background-color: #B8785F;
}
.BgClassName
{
background-color: #B8785F;
}
</style>
border-color css
<style>
span { border-color: #B8785F; }
span { border-color: rgb(184,120,95); }
td.TdClassName
{
border-color: #B8785F;
}
.TagClassName
{
border-color: #B8785F;
}
</style>