Shades of Contessa #B87773
Tints of Contessa #B87773
RGB
CMYK
RGB Variations
Color information
#B87773 (or 0xB87773) is known color: Contessa. HEX triplet: B8, 77 and 73. RGB value is (184,119,115). Sum of RGB (Red+Green+Blue) = 184+119+115=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B87773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87773 is #47888C. Grayscale: #8A8A8A. Windows color (decimal): -4688013 or 7567288. OLE color: 7567288.
HSL color Cylindrical-coordinate representation of color #B87773: hue angle of 3.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87773 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 115 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.28 |
| HSL | 3.48º | 0.33% | 0.59% | - |
| HSV(B) | 3.48º | 0.38% | 0.72% | - |
| XYZ | 29.46 | 24.62 | 19.42 | - |
| YUV | 137.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 115 | 0 | 0.35 | 0.38 | 0.28 | 3.48 | 0.33 | 0.59 |
| Hex | B8 | 77 | 73 | 0 | 23 | 26 | 1C | 3 | 21 | 3B |
| Octal | 270 | 167 | 163 | 0 | 43 | 46 | 34 | 3 | 41 | 73 |
| Binary | 10111000 | 1110111 | 1110011 | 0 | 100011 | 100110 | 11100 | 11 | 100001 | 111011 |
Color Harmonies of #B87773
Complementary color
Monochromatic Colors of #B87773
Black with #B87773
Text Example
Text Example
White with #B87773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87773; }
p { color: rgb(184,119,115); }
H1.HeaderClassName
{
color: #B87773;
}
.AnyTagClassName
{
color: #B87773;
}
</style>
background-color css
<style>
a { background-color: #B87773; }
a { background-color: rgb(184,119,115); }
div.DivClassName
{
background-color: #B87773;
}
.BgClassName
{
background-color: #B87773;
}
</style>
border-color css
<style>
span { border-color: #B87773; }
span { border-color: rgb(184,119,115); }
td.TdClassName
{
border-color: #B87773;
}
.TagClassName
{
border-color: #B87773;
}
</style>