Shades of Contessa #BD6F65
Tints of Contessa #BD6F65
RGB
CMYK
RGB Variations
Color information
#BD6F65 (or 0xBD6F65) is known color: Contessa. HEX triplet: BD, 6F and 65. RGB value is (189,111,101). Sum of RGB (Red+Green+Blue) = 189+111+101=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6F65 is #42909A. Grayscale: #858585. Windows color (decimal): -4362395 or 6647741. OLE color: 6647741.
HSL color Cylindrical-coordinate representation of color #BD6F65: hue angle of 6.82º 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 #BD6F65 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 101 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.26 |
| HSL | 6.82º | 0.4% | 0.57% | - |
| HSV(B) | 6.82º | 0.47% | 0.74% | - |
| XYZ | 29.02 | 23.13 | 15.25 | - |
| YUV | 133.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 101 | 0 | 0.41 | 0.47 | 0.26 | 6.82 | 0.4 | 0.57 |
| Hex | BD | 6F | 65 | 0 | 29 | 2F | 1A | 7 | 28 | 39 |
| Octal | 275 | 157 | 145 | 0 | 51 | 57 | 32 | 7 | 50 | 71 |
| Binary | 10111101 | 1101111 | 1100101 | 0 | 101001 | 101111 | 11010 | 111 | 101000 | 111001 |
Color Harmonies of #BD6F65
Complementary color
Monochromatic Colors of #BD6F65
Black with #BD6F65
Text Example
Text Example
White with #BD6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F65; }
p { color: rgb(189,111,101); }
H1.HeaderClassName
{
color: #BD6F65;
}
.AnyTagClassName
{
color: #BD6F65;
}
</style>
background-color css
<style>
a { background-color: #BD6F65; }
a { background-color: rgb(189,111,101); }
div.DivClassName
{
background-color: #BD6F65;
}
.BgClassName
{
background-color: #BD6F65;
}
</style>
border-color css
<style>
span { border-color: #BD6F65; }
span { border-color: rgb(189,111,101); }
td.TdClassName
{
border-color: #BD6F65;
}
.TagClassName
{
border-color: #BD6F65;
}
</style>