Shades of Contessa #BD756F
Tints of Contessa #BD756F
RGB
CMYK
RGB Variations
Color information
#BD756F (or 0xBD756F) is known color: Contessa. HEX triplet: BD, 75 and 6F. RGB value is (189,117,111). Sum of RGB (Red+Green+Blue) = 189+117+111=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD756F is #428A90. Grayscale: #898989. Windows color (decimal): -4360849 or 7304637. OLE color: 7304637.
HSL color Cylindrical-coordinate representation of color #BD756F: hue angle of 4.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD756F is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 111 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.26 |
| HSL | 4.62º | 0.37% | 0.59% | - |
| HSV(B) | 4.62º | 0.41% | 0.74% | - |
| XYZ | 30.22 | 24.69 | 18.21 | - |
| YUV | 137.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 111 | 0 | 0.38 | 0.41 | 0.26 | 4.62 | 0.37 | 0.59 |
| Hex | BD | 75 | 6F | 0 | 26 | 29 | 1A | 5 | 25 | 3B |
| Octal | 275 | 165 | 157 | 0 | 46 | 51 | 32 | 5 | 45 | 73 |
| Binary | 10111101 | 1110101 | 1101111 | 0 | 100110 | 101001 | 11010 | 101 | 100101 | 111011 |
Color Harmonies of #BD756F
Complementary color
Monochromatic Colors of #BD756F
Black with #BD756F
Text Example
Text Example
White with #BD756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD756F; }
p { color: rgb(189,117,111); }
H1.HeaderClassName
{
color: #BD756F;
}
.AnyTagClassName
{
color: #BD756F;
}
</style>
background-color css
<style>
a { background-color: #BD756F; }
a { background-color: rgb(189,117,111); }
div.DivClassName
{
background-color: #BD756F;
}
.BgClassName
{
background-color: #BD756F;
}
</style>
border-color css
<style>
span { border-color: #BD756F; }
span { border-color: rgb(189,117,111); }
td.TdClassName
{
border-color: #BD756F;
}
.TagClassName
{
border-color: #BD756F;
}
</style>