Shades of Contessa #B77366
Tints of Contessa #B77366
RGB
CMYK
RGB Variations
Color information
#B77366 (or 0xB77366) is known color: Contessa. HEX triplet: B7, 73 and 66. RGB value is (183,115,102). Sum of RGB (Red+Green+Blue) = 183+115+102=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B77366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77366 is #488C99. Grayscale: #858585. Windows color (decimal): -4754586 or 6714295. OLE color: 6714295.
HSL color Cylindrical-coordinate representation of color #B77366: hue angle of 9.63º 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 #B77366 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 102 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.28 |
| HSL | 9.63º | 0.36% | 0.56% | - |
| HSV(B) | 9.63º | 0.44% | 0.72% | - |
| XYZ | 28.06 | 23.29 | 15.59 | - |
| YUV | 133.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 102 | 0 | 0.37 | 0.44 | 0.28 | 9.63 | 0.36 | 0.56 |
| Hex | B7 | 73 | 66 | 0 | 25 | 2C | 1C | A | 24 | 38 |
| Octal | 267 | 163 | 146 | 0 | 45 | 54 | 34 | 12 | 44 | 70 |
| Binary | 10110111 | 1110011 | 1100110 | 0 | 100101 | 101100 | 11100 | 1010 | 100100 | 111000 |
Color Harmonies of #B77366
Complementary color
Monochromatic Colors of #B77366
Black with #B77366
Text Example
Text Example
White with #B77366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77366; }
p { color: rgb(183,115,102); }
H1.HeaderClassName
{
color: #B77366;
}
.AnyTagClassName
{
color: #B77366;
}
</style>
background-color css
<style>
a { background-color: #B77366; }
a { background-color: rgb(183,115,102); }
div.DivClassName
{
background-color: #B77366;
}
.BgClassName
{
background-color: #B77366;
}
</style>
border-color css
<style>
span { border-color: #B77366; }
span { border-color: rgb(183,115,102); }
td.TdClassName
{
border-color: #B77366;
}
.TagClassName
{
border-color: #B77366;
}
</style>