Shades of Contessa #BD7875
Tints of Contessa #BD7875
RGB
CMYK
RGB Variations
Color information
#BD7875 (or 0xBD7875) is known color: Contessa. HEX triplet: BD, 78 and 75. RGB value is (189,120,117). Sum of RGB (Red+Green+Blue) = 189+120+117=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7875 is #42878A. Grayscale: #8C8C8C. Windows color (decimal): -4360075 or 7698621. OLE color: 7698621.
HSL color Cylindrical-coordinate representation of color #BD7875: hue angle of 2.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7875 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 117 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.26 |
| HSL | 2.5º | 0.35% | 0.6% | - |
| HSV(B) | 2.5º | 0.38% | 0.74% | - |
| XYZ | 30.91 | 25.54 | 20.13 | - |
| YUV | 140.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 117 | 0 | 0.37 | 0.38 | 0.26 | 2.5 | 0.35 | 0.6 |
| Hex | BD | 78 | 75 | 0 | 25 | 26 | 1A | 2 | 23 | 3C |
| Octal | 275 | 170 | 165 | 0 | 45 | 46 | 32 | 2 | 43 | 74 |
| Binary | 10111101 | 1111000 | 1110101 | 0 | 100101 | 100110 | 11010 | 10 | 100011 | 111100 |
Color Harmonies of #BD7875
Complementary color
Monochromatic Colors of #BD7875
Black with #BD7875
Text Example
Text Example
White with #BD7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7875; }
p { color: rgb(189,120,117); }
H1.HeaderClassName
{
color: #BD7875;
}
.AnyTagClassName
{
color: #BD7875;
}
</style>
background-color css
<style>
a { background-color: #BD7875; }
a { background-color: rgb(189,120,117); }
div.DivClassName
{
background-color: #BD7875;
}
.BgClassName
{
background-color: #BD7875;
}
</style>
border-color css
<style>
span { border-color: #BD7875; }
span { border-color: rgb(189,120,117); }
td.TdClassName
{
border-color: #BD7875;
}
.TagClassName
{
border-color: #BD7875;
}
</style>