Shades of Contessa #BD7162
Tints of Contessa #BD7162
RGB
CMYK
RGB Variations
Color information
#BD7162 (or 0xBD7162) is known color: Contessa. HEX triplet: BD, 71 and 62. RGB value is (189,113,98). Sum of RGB (Red+Green+Blue) = 189+113+98=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7162 is #428E9D. Grayscale: #868686. Windows color (decimal): -4361886 or 6451645. OLE color: 6451645.
HSL color Cylindrical-coordinate representation of color #BD7162: hue angle of 9.89º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD7162 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 98 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.26 |
| HSL | 9.89º | 0.41% | 0.56% | - |
| HSV(B) | 9.89º | 0.48% | 0.74% | - |
| XYZ | 29.1 | 23.51 | 14.56 | - |
| YUV | 134.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 98 | 0 | 0.40 | 0.48 | 0.26 | 9.89 | 0.41 | 0.56 |
| Hex | BD | 71 | 62 | 0 | 28 | 30 | 1A | A | 29 | 38 |
| Octal | 275 | 161 | 142 | 0 | 50 | 60 | 32 | 12 | 51 | 70 |
| Binary | 10111101 | 1110001 | 1100010 | 0 | 101000 | 110000 | 11010 | 1010 | 101001 | 111000 |
Color Harmonies of #BD7162
Complementary color
Monochromatic Colors of #BD7162
Black with #BD7162
Text Example
Text Example
White with #BD7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7162; }
p { color: rgb(189,113,98); }
H1.HeaderClassName
{
color: #BD7162;
}
.AnyTagClassName
{
color: #BD7162;
}
</style>
background-color css
<style>
a { background-color: #BD7162; }
a { background-color: rgb(189,113,98); }
div.DivClassName
{
background-color: #BD7162;
}
.BgClassName
{
background-color: #BD7162;
}
</style>
border-color css
<style>
span { border-color: #BD7162; }
span { border-color: rgb(189,113,98); }
td.TdClassName
{
border-color: #BD7162;
}
.TagClassName
{
border-color: #BD7162;
}
</style>