Shades of Contessa #B9735D
Tints of Contessa #B9735D
RGB
CMYK
RGB Variations
Color information
#B9735D (or 0xB9735D) is known color: Contessa. HEX triplet: B9, 73 and 5D. RGB value is (185,115,93). Sum of RGB (Red+Green+Blue) = 185+115+93=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9735D is #468CA2. Grayscale: #858585. Windows color (decimal): -4623523 or 6124473. OLE color: 6124473.
HSL color Cylindrical-coordinate representation of color #B9735D: hue angle of 14.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9735D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 93 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.27 |
| HSL | 14.35º | 0.4% | 0.55% | - |
| HSV(B) | 14.35º | 0.5% | 0.73% | - |
| XYZ | 28.11 | 23.37 | 13.38 | - |
| YUV | 133.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 93 | 0 | 0.38 | 0.50 | 0.27 | 14.35 | 0.4 | 0.55 |
| Hex | B9 | 73 | 5D | 0 | 26 | 32 | 1B | E | 28 | 37 |
| Octal | 271 | 163 | 135 | 0 | 46 | 62 | 33 | 16 | 50 | 67 |
| Binary | 10111001 | 1110011 | 1011101 | 0 | 100110 | 110010 | 11011 | 1110 | 101000 | 110111 |
Color Harmonies of #B9735D
Complementary color
Monochromatic Colors of #B9735D
Black with #B9735D
Text Example
Text Example
White with #B9735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9735D; }
p { color: rgb(185,115,93); }
H1.HeaderClassName
{
color: #B9735D;
}
.AnyTagClassName
{
color: #B9735D;
}
</style>
background-color css
<style>
a { background-color: #B9735D; }
a { background-color: rgb(185,115,93); }
div.DivClassName
{
background-color: #B9735D;
}
.BgClassName
{
background-color: #B9735D;
}
</style>
border-color css
<style>
span { border-color: #B9735D; }
span { border-color: rgb(185,115,93); }
td.TdClassName
{
border-color: #B9735D;
}
.TagClassName
{
border-color: #B9735D;
}
</style>