Shades of Contessa #B77067
Tints of Contessa #B77067
RGB
CMYK
RGB Variations
Color information
#B77067 (or 0xB77067) is known color: Contessa. HEX triplet: B7, 70 and 67. RGB value is (183,112,103). Sum of RGB (Red+Green+Blue) = 183+112+103=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B77067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77067 is #488F98. Grayscale: #848484. Windows color (decimal): -4755353 or 6779063. OLE color: 6779063.
HSL color Cylindrical-coordinate representation of color #B77067: hue angle of 6.75º 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 #B77067 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 103 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.28 |
| HSL | 6.75º | 0.36% | 0.56% | - |
| HSV(B) | 6.75º | 0.44% | 0.72% | - |
| XYZ | 27.77 | 22.63 | 15.74 | - |
| YUV | 132.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 103 | 0 | 0.39 | 0.44 | 0.28 | 6.75 | 0.36 | 0.56 |
| Hex | B7 | 70 | 67 | 0 | 27 | 2C | 1C | 7 | 24 | 38 |
| Octal | 267 | 160 | 147 | 0 | 47 | 54 | 34 | 7 | 44 | 70 |
| Binary | 10110111 | 1110000 | 1100111 | 0 | 100111 | 101100 | 11100 | 111 | 100100 | 111000 |
Color Harmonies of #B77067
Complementary color
Monochromatic Colors of #B77067
Black with #B77067
Text Example
Text Example
White with #B77067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77067; }
p { color: rgb(183,112,103); }
H1.HeaderClassName
{
color: #B77067;
}
.AnyTagClassName
{
color: #B77067;
}
</style>
background-color css
<style>
a { background-color: #B77067; }
a { background-color: rgb(183,112,103); }
div.DivClassName
{
background-color: #B77067;
}
.BgClassName
{
background-color: #B77067;
}
</style>
border-color css
<style>
span { border-color: #B77067; }
span { border-color: rgb(183,112,103); }
td.TdClassName
{
border-color: #B77067;
}
.TagClassName
{
border-color: #B77067;
}
</style>