Shades of Contessa #B76665
Tints of Contessa #B76665
RGB
CMYK
RGB Variations
Color information
#B76665 (or 0xB76665) is known color: Contessa. HEX triplet: B7, 66 and 65. RGB value is (183,102,101). Sum of RGB (Red+Green+Blue) = 183+102+101=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B76665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76665 is #48999A. Grayscale: #7E7E7E. Windows color (decimal): -4757915 or 6645431. OLE color: 6645431.
HSL color Cylindrical-coordinate representation of color #B76665: hue angle of 0.73º 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 #B76665 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 101 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.28 |
| HSL | 0.73º | 0.36% | 0.56% | - |
| HSV(B) | 0.73º | 0.45% | 0.72% | - |
| XYZ | 26.63 | 20.51 | 14.87 | - |
| YUV | 126.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 101 | 0 | 0.44 | 0.45 | 0.28 | 0.73 | 0.36 | 0.56 |
| Hex | B7 | 66 | 65 | 0 | 2C | 2D | 1C | 1 | 24 | 38 |
| Octal | 267 | 146 | 145 | 0 | 54 | 55 | 34 | 1 | 44 | 70 |
| Binary | 10110111 | 1100110 | 1100101 | 0 | 101100 | 101101 | 11100 | 1 | 100100 | 111000 |
Color Harmonies of #B76665
Complementary color
Monochromatic Colors of #B76665
Black with #B76665
Text Example
Text Example
White with #B76665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76665; }
p { color: rgb(183,102,101); }
H1.HeaderClassName
{
color: #B76665;
}
.AnyTagClassName
{
color: #B76665;
}
</style>
background-color css
<style>
a { background-color: #B76665; }
a { background-color: rgb(183,102,101); }
div.DivClassName
{
background-color: #B76665;
}
.BgClassName
{
background-color: #B76665;
}
</style>
border-color css
<style>
span { border-color: #B76665; }
span { border-color: rgb(183,102,101); }
td.TdClassName
{
border-color: #B76665;
}
.TagClassName
{
border-color: #B76665;
}
</style>