Shades of Contessa #B77466
Tints of Contessa #B77466
RGB
CMYK
RGB Variations
Color information
#B77466 (or 0xB77466) is known color: Contessa. HEX triplet: B7, 74 and 66. RGB value is (183,116,102). Sum of RGB (Red+Green+Blue) = 183+116+102=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77466 is #488B99. Grayscale: #868686. Windows color (decimal): -4754330 or 6714551. OLE color: 6714551.
HSL color Cylindrical-coordinate representation of color #B77466: hue angle of 10.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77466 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 102 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.28 |
| HSL | 10.37º | 0.36% | 0.56% | - |
| HSV(B) | 10.37º | 0.44% | 0.72% | - |
| XYZ | 28.17 | 23.52 | 15.62 | - |
| YUV | 134.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 102 | 0 | 0.37 | 0.44 | 0.28 | 10.37 | 0.36 | 0.56 |
| Hex | B7 | 74 | 66 | 0 | 25 | 2C | 1C | A | 24 | 38 |
| Octal | 267 | 164 | 146 | 0 | 45 | 54 | 34 | 12 | 44 | 70 |
| Binary | 10110111 | 1110100 | 1100110 | 0 | 100101 | 101100 | 11100 | 1010 | 100100 | 111000 |
Color Harmonies of #B77466
Complementary color
Monochromatic Colors of #B77466
Black with #B77466
Text Example
Text Example
White with #B77466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77466; }
p { color: rgb(183,116,102); }
H1.HeaderClassName
{
color: #B77466;
}
.AnyTagClassName
{
color: #B77466;
}
</style>
background-color css
<style>
a { background-color: #B77466; }
a { background-color: rgb(183,116,102); }
div.DivClassName
{
background-color: #B77466;
}
.BgClassName
{
background-color: #B77466;
}
</style>
border-color css
<style>
span { border-color: #B77466; }
span { border-color: rgb(183,116,102); }
td.TdClassName
{
border-color: #B77466;
}
.TagClassName
{
border-color: #B77466;
}
</style>