Shades of Contessa #B87573
Tints of Contessa #B87573
RGB
CMYK
RGB Variations
Color information
#B87573 (or 0xB87573) is known color: Contessa. HEX triplet: B8, 75 and 73. RGB value is (184,117,115). Sum of RGB (Red+Green+Blue) = 184+117+115=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87573 is #478A8C. Grayscale: #888888. Windows color (decimal): -4688525 or 7566776. OLE color: 7566776.
HSL color Cylindrical-coordinate representation of color #B87573: hue angle of 1.74º 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 #B87573 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 115 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.28 |
| HSL | 1.74º | 0.33% | 0.59% | - |
| HSV(B) | 1.74º | 0.38% | 0.72% | - |
| XYZ | 29.22 | 24.15 | 19.34 | - |
| YUV | 136.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 115 | 0 | 0.36 | 0.38 | 0.28 | 1.74 | 0.33 | 0.59 |
| Hex | B8 | 75 | 73 | 0 | 24 | 26 | 1C | 2 | 21 | 3B |
| Octal | 270 | 165 | 163 | 0 | 44 | 46 | 34 | 2 | 41 | 73 |
| Binary | 10111000 | 1110101 | 1110011 | 0 | 100100 | 100110 | 11100 | 10 | 100001 | 111011 |
Color Harmonies of #B87573
Complementary color
Monochromatic Colors of #B87573
Black with #B87573
Text Example
Text Example
White with #B87573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87573; }
p { color: rgb(184,117,115); }
H1.HeaderClassName
{
color: #B87573;
}
.AnyTagClassName
{
color: #B87573;
}
</style>
background-color css
<style>
a { background-color: #B87573; }
a { background-color: rgb(184,117,115); }
div.DivClassName
{
background-color: #B87573;
}
.BgClassName
{
background-color: #B87573;
}
</style>
border-color css
<style>
span { border-color: #B87573; }
span { border-color: rgb(184,117,115); }
td.TdClassName
{
border-color: #B87573;
}
.TagClassName
{
border-color: #B87573;
}
</style>