Shades of Contessa #B57271
Tints of Contessa #B57271
RGB
CMYK
RGB Variations
Color information
#B57271 (or 0xB57271) is known color: Contessa. HEX triplet: B5, 72 and 71. RGB value is (181,114,113). Sum of RGB (Red+Green+Blue) = 181+114+113=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B57271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57271 is #4A8D8E. Grayscale: #858585. Windows color (decimal): -4885903 or 7434933. OLE color: 7434933.
HSL color Cylindrical-coordinate representation of color #B57271: hue angle of 0.88º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57271 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 114 | 113 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.29 |
| HSL | 0.88º | 0.31% | 0.58% | - |
| HSV(B) | 0.88º | 0.38% | 0.71% | - |
| XYZ | 28.05 | 23.05 | 18.59 | - |
| YUV | 133.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 113 | 0 | 0.37 | 0.38 | 0.29 | 0.88 | 0.31 | 0.58 |
| Hex | B5 | 72 | 71 | 0 | 25 | 26 | 1D | 1 | 1F | 3A |
| Octal | 265 | 162 | 161 | 0 | 45 | 46 | 35 | 1 | 37 | 72 |
| Binary | 10110101 | 1110010 | 1110001 | 0 | 100101 | 100110 | 11101 | 1 | 11111 | 111010 |
Color Harmonies of #B57271
Complementary color
Monochromatic Colors of #B57271
Black with #B57271
Text Example
Text Example
White with #B57271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57271; }
p { color: rgb(181,114,113); }
H1.HeaderClassName
{
color: #B57271;
}
.AnyTagClassName
{
color: #B57271;
}
</style>
background-color css
<style>
a { background-color: #B57271; }
a { background-color: rgb(181,114,113); }
div.DivClassName
{
background-color: #B57271;
}
.BgClassName
{
background-color: #B57271;
}
</style>
border-color css
<style>
span { border-color: #B57271; }
span { border-color: rgb(181,114,113); }
td.TdClassName
{
border-color: #B57271;
}
.TagClassName
{
border-color: #B57271;
}
</style>