Shades of Contessa #BD6562
Tints of Contessa #BD6562
RGB
CMYK
RGB Variations
Color information
#BD6562 (or 0xBD6562) is known color: Contessa. HEX triplet: BD, 65 and 62. RGB value is (189,101,98). Sum of RGB (Red+Green+Blue) = 189+101+98=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6562 is #429A9D. Grayscale: #7F7F7F. Windows color (decimal): -4364958 or 6448573. OLE color: 6448573.
HSL color Cylindrical-coordinate representation of color #BD6562: hue angle of 1.98º 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 #BD6562 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 98 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.26 |
| HSL | 1.98º | 0.41% | 0.56% | - |
| HSV(B) | 1.98º | 0.48% | 0.74% | - |
| XYZ | 27.84 | 21.01 | 14.14 | - |
| YUV | 126.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 98 | 0 | 0.47 | 0.48 | 0.26 | 1.98 | 0.41 | 0.56 |
| Hex | BD | 65 | 62 | 0 | 2F | 30 | 1A | 2 | 29 | 38 |
| Octal | 275 | 145 | 142 | 0 | 57 | 60 | 32 | 2 | 51 | 70 |
| Binary | 10111101 | 1100101 | 1100010 | 0 | 101111 | 110000 | 11010 | 10 | 101001 | 111000 |
Color Harmonies of #BD6562
Complementary color
Monochromatic Colors of #BD6562
Black with #BD6562
Text Example
Text Example
White with #BD6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6562; }
p { color: rgb(189,101,98); }
H1.HeaderClassName
{
color: #BD6562;
}
.AnyTagClassName
{
color: #BD6562;
}
</style>
background-color css
<style>
a { background-color: #BD6562; }
a { background-color: rgb(189,101,98); }
div.DivClassName
{
background-color: #BD6562;
}
.BgClassName
{
background-color: #BD6562;
}
</style>
border-color css
<style>
span { border-color: #BD6562; }
span { border-color: rgb(189,101,98); }
td.TdClassName
{
border-color: #BD6562;
}
.TagClassName
{
border-color: #BD6562;
}
</style>