Shades of Contessa #B9745C
Tints of Contessa #B9745C
RGB
CMYK
RGB Variations
Color information
#B9745C (or 0xB9745C) is known color: Contessa. HEX triplet: B9, 74 and 5C. RGB value is (185,116,92). Sum of RGB (Red+Green+Blue) = 185+116+92=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9745C is #468BA3. Grayscale: #868686. Windows color (decimal): -4623268 or 6059193. OLE color: 6059193.
HSL color Cylindrical-coordinate representation of color #B9745C: hue angle of 15.48º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9745C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 92 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.27 |
| HSL | 15.48º | 0.4% | 0.54% | - |
| HSV(B) | 15.48º | 0.5% | 0.73% | - |
| XYZ | 28.18 | 23.58 | 13.19 | - |
| YUV | 133.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 92 | 0 | 0.37 | 0.50 | 0.27 | 15.48 | 0.4 | 0.54 |
| Hex | B9 | 74 | 5C | 0 | 25 | 32 | 1B | F | 28 | 36 |
| Octal | 271 | 164 | 134 | 0 | 45 | 62 | 33 | 17 | 50 | 66 |
| Binary | 10111001 | 1110100 | 1011100 | 0 | 100101 | 110010 | 11011 | 1111 | 101000 | 110110 |
Color Harmonies of #B9745C
Complementary color
Monochromatic Colors of #B9745C
Black with #B9745C
Text Example
Text Example
White with #B9745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9745C; }
p { color: rgb(185,116,92); }
H1.HeaderClassName
{
color: #B9745C;
}
.AnyTagClassName
{
color: #B9745C;
}
</style>
background-color css
<style>
a { background-color: #B9745C; }
a { background-color: rgb(185,116,92); }
div.DivClassName
{
background-color: #B9745C;
}
.BgClassName
{
background-color: #B9745C;
}
</style>
border-color css
<style>
span { border-color: #B9745C; }
span { border-color: rgb(185,116,92); }
td.TdClassName
{
border-color: #B9745C;
}
.TagClassName
{
border-color: #B9745C;
}
</style>