Shades of Contessa #BD7B6F
Tints of Contessa #BD7B6F
RGB
CMYK
RGB Variations
Color information
#BD7B6F (or 0xBD7B6F) is known color: Contessa. HEX triplet: BD, 7B and 6F. RGB value is (189,123,111). Sum of RGB (Red+Green+Blue) = 189+123+111=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B6F is #428490. Grayscale: #8D8D8D. Windows color (decimal): -4359313 or 7306173. OLE color: 7306173.
HSL color Cylindrical-coordinate representation of color #BD7B6F: hue angle of 9.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7B6F is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 111 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.26 |
| HSL | 9.23º | 0.37% | 0.59% | - |
| HSV(B) | 9.23º | 0.41% | 0.74% | - |
| XYZ | 30.94 | 26.13 | 18.45 | - |
| YUV | 141.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 111 | 0 | 0.35 | 0.41 | 0.26 | 9.23 | 0.37 | 0.59 |
| Hex | BD | 7B | 6F | 0 | 23 | 29 | 1A | 9 | 25 | 3B |
| Octal | 275 | 173 | 157 | 0 | 43 | 51 | 32 | 11 | 45 | 73 |
| Binary | 10111101 | 1111011 | 1101111 | 0 | 100011 | 101001 | 11010 | 1001 | 100101 | 111011 |
Color Harmonies of #BD7B6F
Complementary color
Monochromatic Colors of #BD7B6F
Black with #BD7B6F
Text Example
Text Example
White with #BD7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B6F; }
p { color: rgb(189,123,111); }
H1.HeaderClassName
{
color: #BD7B6F;
}
.AnyTagClassName
{
color: #BD7B6F;
}
</style>
background-color css
<style>
a { background-color: #BD7B6F; }
a { background-color: rgb(189,123,111); }
div.DivClassName
{
background-color: #BD7B6F;
}
.BgClassName
{
background-color: #BD7B6F;
}
</style>
border-color css
<style>
span { border-color: #BD7B6F; }
span { border-color: rgb(189,123,111); }
td.TdClassName
{
border-color: #BD7B6F;
}
.TagClassName
{
border-color: #BD7B6F;
}
</style>