Shades of Contessa #BD6969
Tints of Contessa #BD6969
RGB
CMYK
RGB Variations
Color information
#BD6969 (or 0xBD6969) is known color: Contessa. HEX triplet: BD, 69 and 69. RGB value is (189,105,105). Sum of RGB (Red+Green+Blue) = 189+105+105=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6969 is #429696. Grayscale: #828282. Windows color (decimal): -4363927 or 6908349. OLE color: 6908349.
HSL color Cylindrical-coordinate representation of color #BD6969: hue angle of 0º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6969 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 105 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.26 |
| HSL | 0º | 0.39% | 0.58% | - |
| HSV(B) | 0º | 0.44% | 0.74% | - |
| XYZ | 28.59 | 21.94 | 16.09 | - |
| YUV | 130.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 105 | 0 | 0.44 | 0.44 | 0.26 | 0 | 0.39 | 0.58 |
| Hex | BD | 69 | 69 | 0 | 2C | 2C | 1A | 0 | 27 | 3A |
| Octal | 275 | 151 | 151 | 0 | 54 | 54 | 32 | 0 | 47 | 72 |
| Binary | 10111101 | 1101001 | 1101001 | 0 | 101100 | 101100 | 11010 | 0 | 100111 | 111010 |
Color Harmonies of #BD6969
Complementary color
Monochromatic Colors of #BD6969
Black with #BD6969
Text Example
Text Example
White with #BD6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6969; }
p { color: rgb(189,105,105); }
H1.HeaderClassName
{
color: #BD6969;
}
.AnyTagClassName
{
color: #BD6969;
}
</style>
background-color css
<style>
a { background-color: #BD6969; }
a { background-color: rgb(189,105,105); }
div.DivClassName
{
background-color: #BD6969;
}
.BgClassName
{
background-color: #BD6969;
}
</style>
border-color css
<style>
span { border-color: #BD6969; }
span { border-color: rgb(189,105,105); }
td.TdClassName
{
border-color: #BD6969;
}
.TagClassName
{
border-color: #BD6969;
}
</style>