Shades of Contessa #B57773
Tints of Contessa #B57773
RGB
CMYK
RGB Variations
Color information
#B57773 (or 0xB57773) is known color: Contessa. HEX triplet: B5, 77 and 73. RGB value is (181,119,115). Sum of RGB (Red+Green+Blue) = 181+119+115=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57773 is #4A888C. Grayscale: #898989. Windows color (decimal): -4884621 or 7567285. OLE color: 7567285.
HSL color Cylindrical-coordinate representation of color #B57773: hue angle of 3.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57773 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 115 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.29 |
| HSL | 3.64º | 0.31% | 0.58% | - |
| HSV(B) | 3.64º | 0.36% | 0.71% | - |
| XYZ | 28.75 | 24.26 | 19.39 | - |
| YUV | 137.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 115 | 0 | 0.34 | 0.36 | 0.29 | 3.64 | 0.31 | 0.58 |
| Hex | B5 | 77 | 73 | 0 | 22 | 24 | 1D | 4 | 1F | 3A |
| Octal | 265 | 167 | 163 | 0 | 42 | 44 | 35 | 4 | 37 | 72 |
| Binary | 10110101 | 1110111 | 1110011 | 0 | 100010 | 100100 | 11101 | 100 | 11111 | 111010 |
Color Harmonies of #B57773
Complementary color
Monochromatic Colors of #B57773
Black with #B57773
Text Example
Text Example
White with #B57773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57773; }
p { color: rgb(181,119,115); }
H1.HeaderClassName
{
color: #B57773;
}
.AnyTagClassName
{
color: #B57773;
}
</style>
background-color css
<style>
a { background-color: #B57773; }
a { background-color: rgb(181,119,115); }
div.DivClassName
{
background-color: #B57773;
}
.BgClassName
{
background-color: #B57773;
}
</style>
border-color css
<style>
span { border-color: #B57773; }
span { border-color: rgb(181,119,115); }
td.TdClassName
{
border-color: #B57773;
}
.TagClassName
{
border-color: #B57773;
}
</style>