Shades of Contessa #BD6261
Tints of Contessa #BD6261
RGB
CMYK
RGB Variations
Color information
#BD6261 (or 0xBD6261) is known color: Contessa. HEX triplet: BD, 62 and 61. RGB value is (189,98,97). Sum of RGB (Red+Green+Blue) = 189+98+97=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6261 is #429D9E. Grayscale: #7D7D7D. Windows color (decimal): -4365727 or 6382269. OLE color: 6382269.
HSL color Cylindrical-coordinate representation of color #BD6261: hue angle of 0.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6261 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 97 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.26 |
| HSL | 0.65º | 0.41% | 0.56% | - |
| HSV(B) | 0.65º | 0.49% | 0.74% | - |
| XYZ | 27.51 | 20.42 | 13.8 | - |
| YUV | 125.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 97 | 0 | 0.48 | 0.49 | 0.26 | 0.65 | 0.41 | 0.56 |
| Hex | BD | 62 | 61 | 0 | 30 | 31 | 1A | 1 | 29 | 38 |
| Octal | 275 | 142 | 141 | 0 | 60 | 61 | 32 | 1 | 51 | 70 |
| Binary | 10111101 | 1100010 | 1100001 | 0 | 110000 | 110001 | 11010 | 1 | 101001 | 111000 |
Color Harmonies of #BD6261
Complementary color
Monochromatic Colors of #BD6261
Black with #BD6261
Text Example
Text Example
White with #BD6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6261; }
p { color: rgb(189,98,97); }
H1.HeaderClassName
{
color: #BD6261;
}
.AnyTagClassName
{
color: #BD6261;
}
</style>
background-color css
<style>
a { background-color: #BD6261; }
a { background-color: rgb(189,98,97); }
div.DivClassName
{
background-color: #BD6261;
}
.BgClassName
{
background-color: #BD6261;
}
</style>
border-color css
<style>
span { border-color: #BD6261; }
span { border-color: rgb(189,98,97); }
td.TdClassName
{
border-color: #BD6261;
}
.TagClassName
{
border-color: #BD6261;
}
</style>