Shades of Contessa #BD7673
Tints of Contessa #BD7673
RGB
CMYK
RGB Variations
Color information
#BD7673 (or 0xBD7673) is known color: Contessa. HEX triplet: BD, 76 and 73. RGB value is (189,118,115). Sum of RGB (Red+Green+Blue) = 189+118+115=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7673 is #42898C. Grayscale: #8A8A8A. Windows color (decimal): -4360589 or 7567037. OLE color: 7567037.
HSL color Cylindrical-coordinate representation of color #BD7673: hue angle of 2.43º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7673 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 115 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.26 |
| HSL | 2.43º | 0.36% | 0.6% | - |
| HSV(B) | 2.43º | 0.39% | 0.74% | - |
| XYZ | 30.56 | 25.01 | 19.44 | - |
| YUV | 138.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 115 | 0 | 0.38 | 0.39 | 0.26 | 2.43 | 0.36 | 0.6 |
| Hex | BD | 76 | 73 | 0 | 26 | 27 | 1A | 2 | 24 | 3C |
| Octal | 275 | 166 | 163 | 0 | 46 | 47 | 32 | 2 | 44 | 74 |
| Binary | 10111101 | 1110110 | 1110011 | 0 | 100110 | 100111 | 11010 | 10 | 100100 | 111100 |
Color Harmonies of #BD7673
Complementary color
Monochromatic Colors of #BD7673
Black with #BD7673
Text Example
Text Example
White with #BD7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7673; }
p { color: rgb(189,118,115); }
H1.HeaderClassName
{
color: #BD7673;
}
.AnyTagClassName
{
color: #BD7673;
}
</style>
background-color css
<style>
a { background-color: #BD7673; }
a { background-color: rgb(189,118,115); }
div.DivClassName
{
background-color: #BD7673;
}
.BgClassName
{
background-color: #BD7673;
}
</style>
border-color css
<style>
span { border-color: #BD7673; }
span { border-color: rgb(189,118,115); }
td.TdClassName
{
border-color: #BD7673;
}
.TagClassName
{
border-color: #BD7673;
}
</style>