Shades of Contessa #B76F65
Tints of Contessa #B76F65
RGB
CMYK
RGB Variations
Color information
#B76F65 (or 0xB76F65) is known color: Contessa. HEX triplet: B7, 6F and 65. RGB value is (183,111,101). Sum of RGB (Red+Green+Blue) = 183+111+101=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F65 is #48909A. Grayscale: #838383. Windows color (decimal): -4755611 or 6647735. OLE color: 6647735.
HSL color Cylindrical-coordinate representation of color #B76F65: hue angle of 7.32º 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 #B76F65 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 101 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.28 |
| HSL | 7.32º | 0.36% | 0.56% | - |
| HSV(B) | 7.32º | 0.45% | 0.72% | - |
| XYZ | 27.56 | 22.38 | 15.18 | - |
| YUV | 131.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 101 | 0 | 0.39 | 0.45 | 0.28 | 7.32 | 0.36 | 0.56 |
| Hex | B7 | 6F | 65 | 0 | 27 | 2D | 1C | 7 | 24 | 38 |
| Octal | 267 | 157 | 145 | 0 | 47 | 55 | 34 | 7 | 44 | 70 |
| Binary | 10110111 | 1101111 | 1100101 | 0 | 100111 | 101101 | 11100 | 111 | 100100 | 111000 |
Color Harmonies of #B76F65
Complementary color
Monochromatic Colors of #B76F65
Black with #B76F65
Text Example
Text Example
White with #B76F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F65; }
p { color: rgb(183,111,101); }
H1.HeaderClassName
{
color: #B76F65;
}
.AnyTagClassName
{
color: #B76F65;
}
</style>
background-color css
<style>
a { background-color: #B76F65; }
a { background-color: rgb(183,111,101); }
div.DivClassName
{
background-color: #B76F65;
}
.BgClassName
{
background-color: #B76F65;
}
</style>
border-color css
<style>
span { border-color: #B76F65; }
span { border-color: rgb(183,111,101); }
td.TdClassName
{
border-color: #B76F65;
}
.TagClassName
{
border-color: #B76F65;
}
</style>