Shades of Contessa #B76363
Tints of Contessa #B76363
RGB
CMYK
RGB Variations
Color information
#B76363 (or 0xB76363) is known color: Contessa. HEX triplet: B7, 63 and 63. RGB value is (183,99,99). Sum of RGB (Red+Green+Blue) = 183+99+99=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B76363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76363 is #489C9C. Grayscale: #7C7C7C. Windows color (decimal): -4758685 or 6513591. OLE color: 6513591.
HSL color Cylindrical-coordinate representation of color #B76363: hue angle of 0º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76363 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 99 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.28 |
| HSL | 0º | 0.37% | 0.55% | - |
| HSV(B) | 0º | 0.46% | 0.72% | - |
| XYZ | 26.24 | 19.89 | 14.26 | - |
| YUV | 124.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 99 | 0 | 0.46 | 0.46 | 0.28 | 0 | 0.37 | 0.55 |
| Hex | B7 | 63 | 63 | 0 | 2E | 2E | 1C | 0 | 25 | 37 |
| Octal | 267 | 143 | 143 | 0 | 56 | 56 | 34 | 0 | 45 | 67 |
| Binary | 10110111 | 1100011 | 1100011 | 0 | 101110 | 101110 | 11100 | 0 | 100101 | 110111 |
Color Harmonies of #B76363
Complementary color
Monochromatic Colors of #B76363
Black with #B76363
Text Example
Text Example
White with #B76363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76363; }
p { color: rgb(183,99,99); }
H1.HeaderClassName
{
color: #B76363;
}
.AnyTagClassName
{
color: #B76363;
}
</style>
background-color css
<style>
a { background-color: #B76363; }
a { background-color: rgb(183,99,99); }
div.DivClassName
{
background-color: #B76363;
}
.BgClassName
{
background-color: #B76363;
}
</style>
border-color css
<style>
span { border-color: #B76363; }
span { border-color: rgb(183,99,99); }
td.TdClassName
{
border-color: #B76363;
}
.TagClassName
{
border-color: #B76363;
}
</style>