Shades of Contessa #B76565
Tints of Contessa #B76565
RGB
CMYK
RGB Variations
Color information
#B76565 (or 0xB76565) is known color: Contessa. HEX triplet: B7, 65 and 65. RGB value is (183,101,101). Sum of RGB (Red+Green+Blue) = 183+101+101=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76565 is #489A9A. Grayscale: #7D7D7D. Windows color (decimal): -4758171 or 6645175. OLE color: 6645175.
HSL color Cylindrical-coordinate representation of color #B76565: hue angle of 0º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76565 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 101 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.28 |
| HSL | 0º | 0.36% | 0.56% | - |
| HSV(B) | 0º | 0.45% | 0.72% | - |
| XYZ | 26.53 | 20.31 | 14.83 | - |
| YUV | 125.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 101 | 0 | 0.45 | 0.45 | 0.28 | 0 | 0.36 | 0.56 |
| Hex | B7 | 65 | 65 | 0 | 2D | 2D | 1C | 0 | 24 | 38 |
| Octal | 267 | 145 | 145 | 0 | 55 | 55 | 34 | 0 | 44 | 70 |
| Binary | 10110111 | 1100101 | 1100101 | 0 | 101101 | 101101 | 11100 | 0 | 100100 | 111000 |
Color Harmonies of #B76565
Complementary color
Monochromatic Colors of #B76565
Black with #B76565
Text Example
Text Example
White with #B76565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76565; }
p { color: rgb(183,101,101); }
H1.HeaderClassName
{
color: #B76565;
}
.AnyTagClassName
{
color: #B76565;
}
</style>
background-color css
<style>
a { background-color: #B76565; }
a { background-color: rgb(183,101,101); }
div.DivClassName
{
background-color: #B76565;
}
.BgClassName
{
background-color: #B76565;
}
</style>
border-color css
<style>
span { border-color: #B76565; }
span { border-color: rgb(183,101,101); }
td.TdClassName
{
border-color: #B76565;
}
.TagClassName
{
border-color: #B76565;
}
</style>