Shades of Contessa #BD7263
Tints of Contessa #BD7263
RGB
CMYK
RGB Variations
Color information
#BD7263 (or 0xBD7263) is known color: Contessa. HEX triplet: BD, 72 and 63. RGB value is (189,114,99). Sum of RGB (Red+Green+Blue) = 189+114+99=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7263 is #428D9C. Grayscale: #868686. Windows color (decimal): -4361629 or 6517437. OLE color: 6517437.
HSL color Cylindrical-coordinate representation of color #BD7263: hue angle of 10º 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 #BD7263 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 99 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.26 |
| HSL | 10º | 0.41% | 0.56% | - |
| HSV(B) | 10º | 0.48% | 0.74% | - |
| XYZ | 29.26 | 23.75 | 14.85 | - |
| YUV | 134.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 99 | 0 | 0.40 | 0.48 | 0.26 | 10 | 0.41 | 0.56 |
| Hex | BD | 72 | 63 | 0 | 28 | 30 | 1A | A | 29 | 38 |
| Octal | 275 | 162 | 143 | 0 | 50 | 60 | 32 | 12 | 51 | 70 |
| Binary | 10111101 | 1110010 | 1100011 | 0 | 101000 | 110000 | 11010 | 1010 | 101001 | 111000 |
Color Harmonies of #BD7263
Complementary color
Monochromatic Colors of #BD7263
Black with #BD7263
Text Example
Text Example
White with #BD7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7263; }
p { color: rgb(189,114,99); }
H1.HeaderClassName
{
color: #BD7263;
}
.AnyTagClassName
{
color: #BD7263;
}
</style>
background-color css
<style>
a { background-color: #BD7263; }
a { background-color: rgb(189,114,99); }
div.DivClassName
{
background-color: #BD7263;
}
.BgClassName
{
background-color: #BD7263;
}
</style>
border-color css
<style>
span { border-color: #BD7263; }
span { border-color: rgb(189,114,99); }
td.TdClassName
{
border-color: #BD7263;
}
.TagClassName
{
border-color: #BD7263;
}
</style>