Shades of Contessa #BD7965
Tints of Contessa #BD7965
RGB
CMYK
RGB Variations
Color information
#BD7965 (or 0xBD7965) is known color: Contessa. HEX triplet: BD, 79 and 65. RGB value is (189,121,101). Sum of RGB (Red+Green+Blue) = 189+121+101=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7965 is #42869A. Grayscale: #8B8B8B. Windows color (decimal): -4359835 or 6650301. OLE color: 6650301.
HSL color Cylindrical-coordinate representation of color #BD7965: hue angle of 13.64º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7965 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 121 | 101 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.26 |
| HSL | 13.64º | 0.4% | 0.57% | - |
| HSV(B) | 13.64º | 0.47% | 0.74% | - |
| XYZ | 30.17 | 25.43 | 15.63 | - |
| YUV | 139.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 101 | 0 | 0.36 | 0.47 | 0.26 | 13.64 | 0.4 | 0.57 |
| Hex | BD | 79 | 65 | 0 | 24 | 2F | 1A | E | 28 | 39 |
| Octal | 275 | 171 | 145 | 0 | 44 | 57 | 32 | 16 | 50 | 71 |
| Binary | 10111101 | 1111001 | 1100101 | 0 | 100100 | 101111 | 11010 | 1110 | 101000 | 111001 |
Color Harmonies of #BD7965
Complementary color
Monochromatic Colors of #BD7965
Black with #BD7965
Text Example
Text Example
White with #BD7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7965; }
p { color: rgb(189,121,101); }
H1.HeaderClassName
{
color: #BD7965;
}
.AnyTagClassName
{
color: #BD7965;
}
</style>
background-color css
<style>
a { background-color: #BD7965; }
a { background-color: rgb(189,121,101); }
div.DivClassName
{
background-color: #BD7965;
}
.BgClassName
{
background-color: #BD7965;
}
</style>
border-color css
<style>
span { border-color: #BD7965; }
span { border-color: rgb(189,121,101); }
td.TdClassName
{
border-color: #BD7965;
}
.TagClassName
{
border-color: #BD7965;
}
</style>