Shades of Contessa #B77271
Tints of Contessa #B77271
RGB
CMYK
RGB Variations
Color information
#B77271 (or 0xB77271) is known color: Contessa. HEX triplet: B7, 72 and 71. RGB value is (183,114,113). Sum of RGB (Red+Green+Blue) = 183+114+113=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B77271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77271 is #488D8E. Grayscale: #868686. Windows color (decimal): -4754831 or 7434935. OLE color: 7434935.
HSL color Cylindrical-coordinate representation of color #B77271: hue angle of 0.86º 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 #B77271 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 113 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.28 |
| HSL | 0.86º | 0.33% | 0.58% | - |
| HSV(B) | 0.86º | 0.38% | 0.72% | - |
| XYZ | 28.53 | 23.29 | 18.62 | - |
| YUV | 134.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 113 | 0 | 0.38 | 0.38 | 0.28 | 0.86 | 0.33 | 0.58 |
| Hex | B7 | 72 | 71 | 0 | 26 | 26 | 1C | 1 | 21 | 3A |
| Octal | 267 | 162 | 161 | 0 | 46 | 46 | 34 | 1 | 41 | 72 |
| Binary | 10110111 | 1110010 | 1110001 | 0 | 100110 | 100110 | 11100 | 1 | 100001 | 111010 |
Color Harmonies of #B77271
Complementary color
Monochromatic Colors of #B77271
Black with #B77271
Text Example
Text Example
White with #B77271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77271; }
p { color: rgb(183,114,113); }
H1.HeaderClassName
{
color: #B77271;
}
.AnyTagClassName
{
color: #B77271;
}
</style>
background-color css
<style>
a { background-color: #B77271; }
a { background-color: rgb(183,114,113); }
div.DivClassName
{
background-color: #B77271;
}
.BgClassName
{
background-color: #B77271;
}
</style>
border-color css
<style>
span { border-color: #B77271; }
span { border-color: rgb(183,114,113); }
td.TdClassName
{
border-color: #B77271;
}
.TagClassName
{
border-color: #B77271;
}
</style>