Shades of Contessa #B67472
Tints of Contessa #B67472
RGB
CMYK
RGB Variations
Color information
#B67472 (or 0xB67472) is known color: Contessa. HEX triplet: B6, 74 and 72. RGB value is (182,116,114). Sum of RGB (Red+Green+Blue) = 182+116+114=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B67472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67472 is #498B8D. Grayscale: #878787. Windows color (decimal): -4819854 or 7500982. OLE color: 7500982.
HSL color Cylindrical-coordinate representation of color #B67472: hue angle of 1.76º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B67472 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 116 | 114 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.29 |
| HSL | 1.76º | 0.32% | 0.58% | - |
| HSV(B) | 1.76º | 0.37% | 0.71% | - |
| XYZ | 28.57 | 23.65 | 18.98 | - |
| YUV | 135.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 116 | 114 | 0 | 0.36 | 0.37 | 0.29 | 1.76 | 0.32 | 0.58 |
| Hex | B6 | 74 | 72 | 0 | 24 | 25 | 1D | 2 | 20 | 3A |
| Octal | 266 | 164 | 162 | 0 | 44 | 45 | 35 | 2 | 40 | 72 |
| Binary | 10110110 | 1110100 | 1110010 | 0 | 100100 | 100101 | 11101 | 10 | 100000 | 111010 |
Color Harmonies of #B67472
Complementary color
Monochromatic Colors of #B67472
Black with #B67472
Text Example
Text Example
White with #B67472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67472; }
p { color: rgb(182,116,114); }
H1.HeaderClassName
{
color: #B67472;
}
.AnyTagClassName
{
color: #B67472;
}
</style>
background-color css
<style>
a { background-color: #B67472; }
a { background-color: rgb(182,116,114); }
div.DivClassName
{
background-color: #B67472;
}
.BgClassName
{
background-color: #B67472;
}
</style>
border-color css
<style>
span { border-color: #B67472; }
span { border-color: rgb(182,116,114); }
td.TdClassName
{
border-color: #B67472;
}
.TagClassName
{
border-color: #B67472;
}
</style>