Shades of Contessa #BD7360
Tints of Contessa #BD7360
RGB
CMYK
RGB Variations
Color information
#BD7360 (or 0xBD7360) is known color: Contessa. HEX triplet: BD, 73 and 60. RGB value is (189,115,96). Sum of RGB (Red+Green+Blue) = 189+115+96=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7360 is #428C9F. Grayscale: #878787. Windows color (decimal): -4361376 or 6321085. OLE color: 6321085.
HSL color Cylindrical-coordinate representation of color #BD7360: hue angle of 12.26º 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 #BD7360 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 96 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.26 |
| HSL | 12.26º | 0.41% | 0.56% | - |
| HSV(B) | 12.26º | 0.49% | 0.74% | - |
| XYZ | 29.23 | 23.92 | 14.14 | - |
| YUV | 134.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 96 | 0 | 0.39 | 0.49 | 0.26 | 12.26 | 0.41 | 0.56 |
| Hex | BD | 73 | 60 | 0 | 27 | 31 | 1A | C | 29 | 38 |
| Octal | 275 | 163 | 140 | 0 | 47 | 61 | 32 | 14 | 51 | 70 |
| Binary | 10111101 | 1110011 | 1100000 | 0 | 100111 | 110001 | 11010 | 1100 | 101001 | 111000 |
Color Harmonies of #BD7360
Complementary color
Monochromatic Colors of #BD7360
Black with #BD7360
Text Example
Text Example
White with #BD7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7360; }
p { color: rgb(189,115,96); }
H1.HeaderClassName
{
color: #BD7360;
}
.AnyTagClassName
{
color: #BD7360;
}
</style>
background-color css
<style>
a { background-color: #BD7360; }
a { background-color: rgb(189,115,96); }
div.DivClassName
{
background-color: #BD7360;
}
.BgClassName
{
background-color: #BD7360;
}
</style>
border-color css
<style>
span { border-color: #BD7360; }
span { border-color: rgb(189,115,96); }
td.TdClassName
{
border-color: #BD7360;
}
.TagClassName
{
border-color: #BD7360;
}
</style>