Shades of Contessa #B87373
Tints of Contessa #B87373
RGB
CMYK
RGB Variations
Color information
#B87373 (or 0xB87373) is known color: Contessa. HEX triplet: B8, 73 and 73. RGB value is (184,115,115). Sum of RGB (Red+Green+Blue) = 184+115+115=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B87373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87373 is #478C8C. Grayscale: #878787. Windows color (decimal): -4689037 or 7566264. OLE color: 7566264.
HSL color Cylindrical-coordinate representation of color #B87373: hue angle of 0º 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 #B87373 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 115 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.28 |
| HSL | 0º | 0.33% | 0.59% | - |
| HSV(B) | 0º | 0.38% | 0.72% | - |
| XYZ | 28.99 | 23.69 | 19.26 | - |
| YUV | 135.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 115 | 0 | 0.38 | 0.38 | 0.28 | 0 | 0.33 | 0.59 |
| Hex | B8 | 73 | 73 | 0 | 26 | 26 | 1C | 0 | 21 | 3B |
| Octal | 270 | 163 | 163 | 0 | 46 | 46 | 34 | 0 | 41 | 73 |
| Binary | 10111000 | 1110011 | 1110011 | 0 | 100110 | 100110 | 11100 | 0 | 100001 | 111011 |
Color Harmonies of #B87373
Complementary color
Monochromatic Colors of #B87373
Black with #B87373
Text Example
Text Example
White with #B87373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87373; }
p { color: rgb(184,115,115); }
H1.HeaderClassName
{
color: #B87373;
}
.AnyTagClassName
{
color: #B87373;
}
</style>
background-color css
<style>
a { background-color: #B87373; }
a { background-color: rgb(184,115,115); }
div.DivClassName
{
background-color: #B87373;
}
.BgClassName
{
background-color: #B87373;
}
</style>
border-color css
<style>
span { border-color: #B87373; }
span { border-color: rgb(184,115,115); }
td.TdClassName
{
border-color: #B87373;
}
.TagClassName
{
border-color: #B87373;
}
</style>