Shades of Contessa #BD755F
Tints of Contessa #BD755F
RGB
CMYK
RGB Variations
Color information
#BD755F (or 0xBD755F) is known color: Contessa. HEX triplet: BD, 75 and 5F. RGB value is (189,117,95). Sum of RGB (Red+Green+Blue) = 189+117+95=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD755F is #428AA0. Grayscale: #888888. Windows color (decimal): -4360865 or 6256061. OLE color: 6256061.
HSL color Cylindrical-coordinate representation of color #BD755F: hue angle of 14.04º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD755F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 95 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.26 |
| HSL | 14.04º | 0.42% | 0.56% | - |
| HSV(B) | 14.04º | 0.5% | 0.74% | - |
| XYZ | 29.41 | 24.37 | 13.98 | - |
| YUV | 136.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 95 | 0 | 0.38 | 0.50 | 0.26 | 14.04 | 0.42 | 0.56 |
| Hex | BD | 75 | 5F | 0 | 26 | 32 | 1A | E | 2A | 38 |
| Octal | 275 | 165 | 137 | 0 | 46 | 62 | 32 | 16 | 52 | 70 |
| Binary | 10111101 | 1110101 | 1011111 | 0 | 100110 | 110010 | 11010 | 1110 | 101010 | 111000 |
Color Harmonies of #BD755F
Complementary color
Monochromatic Colors of #BD755F
Black with #BD755F
Text Example
Text Example
White with #BD755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD755F; }
p { color: rgb(189,117,95); }
H1.HeaderClassName
{
color: #BD755F;
}
.AnyTagClassName
{
color: #BD755F;
}
</style>
background-color css
<style>
a { background-color: #BD755F; }
a { background-color: rgb(189,117,95); }
div.DivClassName
{
background-color: #BD755F;
}
.BgClassName
{
background-color: #BD755F;
}
</style>
border-color css
<style>
span { border-color: #BD755F; }
span { border-color: rgb(189,117,95); }
td.TdClassName
{
border-color: #BD755F;
}
.TagClassName
{
border-color: #BD755F;
}
</style>