Shades of Contessa #B77068
Tints of Contessa #B77068
RGB
CMYK
RGB Variations
Color information
#B77068 (or 0xB77068) is known color: Contessa. HEX triplet: B7, 70 and 68. RGB value is (183,112,104). Sum of RGB (Red+Green+Blue) = 183+112+104=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77068 is #488F97. Grayscale: #848484. Windows color (decimal): -4755352 or 6844599. OLE color: 6844599.
HSL color Cylindrical-coordinate representation of color #B77068: hue angle of 6.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77068 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 104 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.28 |
| HSL | 6.08º | 0.35% | 0.56% | - |
| HSV(B) | 6.08º | 0.43% | 0.72% | - |
| XYZ | 27.82 | 22.66 | 16 | - |
| YUV | 132.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 104 | 0 | 0.39 | 0.43 | 0.28 | 6.08 | 0.35 | 0.56 |
| Hex | B7 | 70 | 68 | 0 | 27 | 2B | 1C | 6 | 23 | 38 |
| Octal | 267 | 160 | 150 | 0 | 47 | 53 | 34 | 6 | 43 | 70 |
| Binary | 10110111 | 1110000 | 1101000 | 0 | 100111 | 101011 | 11100 | 110 | 100011 | 111000 |
Color Harmonies of #B77068
Complementary color
Monochromatic Colors of #B77068
Black with #B77068
Text Example
Text Example
White with #B77068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77068; }
p { color: rgb(183,112,104); }
H1.HeaderClassName
{
color: #B77068;
}
.AnyTagClassName
{
color: #B77068;
}
</style>
background-color css
<style>
a { background-color: #B77068; }
a { background-color: rgb(183,112,104); }
div.DivClassName
{
background-color: #B77068;
}
.BgClassName
{
background-color: #B77068;
}
</style>
border-color css
<style>
span { border-color: #B77068; }
span { border-color: rgb(183,112,104); }
td.TdClassName
{
border-color: #B77068;
}
.TagClassName
{
border-color: #B77068;
}
</style>