Shades of Contessa #B67670
Tints of Contessa #B67670
RGB
CMYK
RGB Variations
Color information
#B67670 (or 0xB67670) is known color: Contessa. HEX triplet: B6, 76 and 70. RGB value is (182,118,112). Sum of RGB (Red+Green+Blue) = 182+118+112=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B67670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67670 is #49898F. Grayscale: #888888. Windows color (decimal): -4819344 or 7370422. OLE color: 7370422.
HSL color Cylindrical-coordinate representation of color #B67670: hue angle of 5.14º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67670 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 112 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.29 |
| HSL | 5.14º | 0.32% | 0.58% | - |
| HSV(B) | 5.14º | 0.38% | 0.71% | - |
| XYZ | 28.69 | 24.07 | 18.46 | - |
| YUV | 136.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 112 | 0 | 0.35 | 0.38 | 0.29 | 5.14 | 0.32 | 0.58 |
| Hex | B6 | 76 | 70 | 0 | 23 | 26 | 1D | 5 | 20 | 3A |
| Octal | 266 | 166 | 160 | 0 | 43 | 46 | 35 | 5 | 40 | 72 |
| Binary | 10110110 | 1110110 | 1110000 | 0 | 100011 | 100110 | 11101 | 101 | 100000 | 111010 |
Color Harmonies of #B67670
Complementary color
Monochromatic Colors of #B67670
Black with #B67670
Text Example
Text Example
White with #B67670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67670; }
p { color: rgb(182,118,112); }
H1.HeaderClassName
{
color: #B67670;
}
.AnyTagClassName
{
color: #B67670;
}
</style>
background-color css
<style>
a { background-color: #B67670; }
a { background-color: rgb(182,118,112); }
div.DivClassName
{
background-color: #B67670;
}
.BgClassName
{
background-color: #B67670;
}
</style>
border-color css
<style>
span { border-color: #B67670; }
span { border-color: rgb(182,118,112); }
td.TdClassName
{
border-color: #B67670;
}
.TagClassName
{
border-color: #B67670;
}
</style>