Shades of Contessa #B57675
Tints of Contessa #B57675
RGB
CMYK
RGB Variations
Color information
#B57675 (or 0xB57675) is known color: Contessa. HEX triplet: B5, 76 and 75. RGB value is (181,118,117). Sum of RGB (Red+Green+Blue) = 181+118+117=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57675 is #4A898A. Grayscale: #888888. Windows color (decimal): -4884875 or 7698101. OLE color: 7698101.
HSL color Cylindrical-coordinate representation of color #B57675: hue angle of 0.94º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57675 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 117 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.29 |
| HSL | 0.94º | 0.3% | 0.58% | - |
| HSV(B) | 0.94º | 0.35% | 0.71% | - |
| XYZ | 28.75 | 24.06 | 19.96 | - |
| YUV | 136.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 117 | 0 | 0.35 | 0.35 | 0.29 | 0.94 | 0.3 | 0.58 |
| Hex | B5 | 76 | 75 | 0 | 23 | 23 | 1D | 1 | 1E | 3A |
| Octal | 265 | 166 | 165 | 0 | 43 | 43 | 35 | 1 | 36 | 72 |
| Binary | 10110101 | 1110110 | 1110101 | 0 | 100011 | 100011 | 11101 | 1 | 11110 | 111010 |
Color Harmonies of #B57675
Complementary color
Monochromatic Colors of #B57675
Black with #B57675
Text Example
Text Example
White with #B57675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57675; }
p { color: rgb(181,118,117); }
H1.HeaderClassName
{
color: #B57675;
}
.AnyTagClassName
{
color: #B57675;
}
</style>
background-color css
<style>
a { background-color: #B57675; }
a { background-color: rgb(181,118,117); }
div.DivClassName
{
background-color: #B57675;
}
.BgClassName
{
background-color: #B57675;
}
</style>
border-color css
<style>
span { border-color: #B57675; }
span { border-color: rgb(181,118,117); }
td.TdClassName
{
border-color: #B57675;
}
.TagClassName
{
border-color: #B57675;
}
</style>