Shades of Contessa #B77367
Tints of Contessa #B77367
RGB
CMYK
RGB Variations
Color information
#B77367 (or 0xB77367) is known color: Contessa. HEX triplet: B7, 73 and 67. RGB value is (183,115,103). Sum of RGB (Red+Green+Blue) = 183+115+103=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77367 is #488C98. Grayscale: #868686. Windows color (decimal): -4754585 or 6779831. OLE color: 6779831.
HSL color Cylindrical-coordinate representation of color #B77367: hue angle of 9º 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 #B77367 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 103 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.28 |
| HSL | 9º | 0.36% | 0.56% | - |
| HSV(B) | 9º | 0.44% | 0.72% | - |
| XYZ | 28.11 | 23.31 | 15.85 | - |
| YUV | 133.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 103 | 0 | 0.37 | 0.44 | 0.28 | 9 | 0.36 | 0.56 |
| Hex | B7 | 73 | 67 | 0 | 25 | 2C | 1C | 9 | 24 | 38 |
| Octal | 267 | 163 | 147 | 0 | 45 | 54 | 34 | 11 | 44 | 70 |
| Binary | 10110111 | 1110011 | 1100111 | 0 | 100101 | 101100 | 11100 | 1001 | 100100 | 111000 |
Color Harmonies of #B77367
Complementary color
Monochromatic Colors of #B77367
Black with #B77367
Text Example
Text Example
White with #B77367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77367; }
p { color: rgb(183,115,103); }
H1.HeaderClassName
{
color: #B77367;
}
.AnyTagClassName
{
color: #B77367;
}
</style>
background-color css
<style>
a { background-color: #B77367; }
a { background-color: rgb(183,115,103); }
div.DivClassName
{
background-color: #B77367;
}
.BgClassName
{
background-color: #B77367;
}
</style>
border-color css
<style>
span { border-color: #B77367; }
span { border-color: rgb(183,115,103); }
td.TdClassName
{
border-color: #B77367;
}
.TagClassName
{
border-color: #B77367;
}
</style>