Shades of Contessa #BD6963
Tints of Contessa #BD6963
RGB
CMYK
RGB Variations
Color information
#BD6963 (or 0xBD6963) is known color: Contessa. HEX triplet: BD, 69 and 63. RGB value is (189,105,99). Sum of RGB (Red+Green+Blue) = 189+105+99=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6963 is #42969C. Grayscale: #818181. Windows color (decimal): -4363933 or 6515133. OLE color: 6515133.
HSL color Cylindrical-coordinate representation of color #BD6963: hue angle of 4º 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 #BD6963 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 99 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.26 |
| HSL | 4º | 0.41% | 0.56% | - |
| HSV(B) | 4º | 0.48% | 0.74% | - |
| XYZ | 28.29 | 21.82 | 14.53 | - |
| YUV | 129.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 99 | 0 | 0.44 | 0.48 | 0.26 | 4 | 0.41 | 0.56 |
| Hex | BD | 69 | 63 | 0 | 2C | 30 | 1A | 4 | 29 | 38 |
| Octal | 275 | 151 | 143 | 0 | 54 | 60 | 32 | 4 | 51 | 70 |
| Binary | 10111101 | 1101001 | 1100011 | 0 | 101100 | 110000 | 11010 | 100 | 101001 | 111000 |
Color Harmonies of #BD6963
Complementary color
Monochromatic Colors of #BD6963
Black with #BD6963
Text Example
Text Example
White with #BD6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6963; }
p { color: rgb(189,105,99); }
H1.HeaderClassName
{
color: #BD6963;
}
.AnyTagClassName
{
color: #BD6963;
}
</style>
background-color css
<style>
a { background-color: #BD6963; }
a { background-color: rgb(189,105,99); }
div.DivClassName
{
background-color: #BD6963;
}
.BgClassName
{
background-color: #BD6963;
}
</style>
border-color css
<style>
span { border-color: #BD6963; }
span { border-color: rgb(189,105,99); }
td.TdClassName
{
border-color: #BD6963;
}
.TagClassName
{
border-color: #BD6963;
}
</style>