Shades of Contessa #B77170
Tints of Contessa #B77170
RGB
CMYK
RGB Variations
Color information
#B77170 (or 0xB77170) is known color: Contessa. HEX triplet: B7, 71 and 70. RGB value is (183,113,112). Sum of RGB (Red+Green+Blue) = 183+113+112=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B77170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77170 is #488E8F. Grayscale: #858585. Windows color (decimal): -4755088 or 7369143. OLE color: 7369143.
HSL color Cylindrical-coordinate representation of color #B77170: hue angle of 0.85º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77170 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 113 | 112 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.28 |
| HSL | 0.85º | 0.33% | 0.58% | - |
| HSV(B) | 0.85º | 0.39% | 0.72% | - |
| XYZ | 28.36 | 23.05 | 18.28 | - |
| YUV | 133.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 113 | 112 | 0 | 0.38 | 0.39 | 0.28 | 0.85 | 0.33 | 0.58 |
| Hex | B7 | 71 | 70 | 0 | 26 | 27 | 1C | 1 | 21 | 3A |
| Octal | 267 | 161 | 160 | 0 | 46 | 47 | 34 | 1 | 41 | 72 |
| Binary | 10110111 | 1110001 | 1110000 | 0 | 100110 | 100111 | 11100 | 1 | 100001 | 111010 |
Color Harmonies of #B77170
Complementary color
Monochromatic Colors of #B77170
Black with #B77170
Text Example
Text Example
White with #B77170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77170; }
p { color: rgb(183,113,112); }
H1.HeaderClassName
{
color: #B77170;
}
.AnyTagClassName
{
color: #B77170;
}
</style>
background-color css
<style>
a { background-color: #B77170; }
a { background-color: rgb(183,113,112); }
div.DivClassName
{
background-color: #B77170;
}
.BgClassName
{
background-color: #B77170;
}
</style>
border-color css
<style>
span { border-color: #B77170; }
span { border-color: rgb(183,113,112); }
td.TdClassName
{
border-color: #B77170;
}
.TagClassName
{
border-color: #B77170;
}
</style>