Shades of Contessa #B87672
Tints of Contessa #B87672
RGB
CMYK
RGB Variations
Color information
#B87672 (or 0xB87672) is known color: Contessa. HEX triplet: B8, 76 and 72. RGB value is (184,118,114). Sum of RGB (Red+Green+Blue) = 184+118+114=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87672 is #47898D. Grayscale: #898989. Windows color (decimal): -4688270 or 7501496. OLE color: 7501496.
HSL color Cylindrical-coordinate representation of color #B87672: hue angle of 3.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87672 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 114 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.28 |
| HSL | 3.43º | 0.33% | 0.58% | - |
| HSV(B) | 3.43º | 0.38% | 0.72% | - |
| XYZ | 29.28 | 24.36 | 19.08 | - |
| YUV | 137.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 114 | 0 | 0.36 | 0.38 | 0.28 | 3.43 | 0.33 | 0.58 |
| Hex | B8 | 76 | 72 | 0 | 24 | 26 | 1C | 3 | 21 | 3A |
| Octal | 270 | 166 | 162 | 0 | 44 | 46 | 34 | 3 | 41 | 72 |
| Binary | 10111000 | 1110110 | 1110010 | 0 | 100100 | 100110 | 11100 | 11 | 100001 | 111010 |
Color Harmonies of #B87672
Complementary color
Monochromatic Colors of #B87672
Black with #B87672
Text Example
Text Example
White with #B87672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87672; }
p { color: rgb(184,118,114); }
H1.HeaderClassName
{
color: #B87672;
}
.AnyTagClassName
{
color: #B87672;
}
</style>
background-color css
<style>
a { background-color: #B87672; }
a { background-color: rgb(184,118,114); }
div.DivClassName
{
background-color: #B87672;
}
.BgClassName
{
background-color: #B87672;
}
</style>
border-color css
<style>
span { border-color: #B87672; }
span { border-color: rgb(184,118,114); }
td.TdClassName
{
border-color: #B87672;
}
.TagClassName
{
border-color: #B87672;
}
</style>