Shades of Contessa #BD735F
Tints of Contessa #BD735F
RGB
CMYK
RGB Variations
Color information
#BD735F (or 0xBD735F) is known color: Contessa. HEX triplet: BD, 73 and 5F. RGB value is (189,115,95). Sum of RGB (Red+Green+Blue) = 189+115+95=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD735F is #428CA0. Grayscale: #868686. Windows color (decimal): -4361377 or 6255549. OLE color: 6255549.
HSL color Cylindrical-coordinate representation of color #BD735F: hue angle of 12.77º 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 #BD735F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 95 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.26 |
| HSL | 12.77º | 0.42% | 0.56% | - |
| HSV(B) | 12.77º | 0.5% | 0.74% | - |
| XYZ | 29.18 | 23.91 | 13.9 | - |
| YUV | 134.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 95 | 0 | 0.39 | 0.50 | 0.26 | 12.77 | 0.42 | 0.56 |
| Hex | BD | 73 | 5F | 0 | 27 | 32 | 1A | D | 2A | 38 |
| Octal | 275 | 163 | 137 | 0 | 47 | 62 | 32 | 15 | 52 | 70 |
| Binary | 10111101 | 1110011 | 1011111 | 0 | 100111 | 110010 | 11010 | 1101 | 101010 | 111000 |
Color Harmonies of #BD735F
Complementary color
Monochromatic Colors of #BD735F
Black with #BD735F
Text Example
Text Example
White with #BD735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD735F; }
p { color: rgb(189,115,95); }
H1.HeaderClassName
{
color: #BD735F;
}
.AnyTagClassName
{
color: #BD735F;
}
</style>
background-color css
<style>
a { background-color: #BD735F; }
a { background-color: rgb(189,115,95); }
div.DivClassName
{
background-color: #BD735F;
}
.BgClassName
{
background-color: #BD735F;
}
</style>
border-color css
<style>
span { border-color: #BD735F; }
span { border-color: rgb(189,115,95); }
td.TdClassName
{
border-color: #BD735F;
}
.TagClassName
{
border-color: #BD735F;
}
</style>