Shades of Contessa #B9705F
Tints of Contessa #B9705F
RGB
CMYK
RGB Variations
Color information
#B9705F (or 0xB9705F) is known color: Contessa. HEX triplet: B9, 70 and 5F. RGB value is (185,112,95). Sum of RGB (Red+Green+Blue) = 185+112+95=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9705F is #468FA0. Grayscale: #848484. Windows color (decimal): -4624289 or 6254777. OLE color: 6254777.
HSL color Cylindrical-coordinate representation of color #B9705F: hue angle of 11.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9705F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 112 | 95 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.27 |
| HSL | 11.33º | 0.39% | 0.55% | - |
| HSV(B) | 11.33º | 0.49% | 0.73% | - |
| XYZ | 27.87 | 22.73 | 13.74 | - |
| YUV | 131.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 95 | 0 | 0.39 | 0.49 | 0.27 | 11.33 | 0.39 | 0.55 |
| Hex | B9 | 70 | 5F | 0 | 27 | 31 | 1B | B | 27 | 37 |
| Octal | 271 | 160 | 137 | 0 | 47 | 61 | 33 | 13 | 47 | 67 |
| Binary | 10111001 | 1110000 | 1011111 | 0 | 100111 | 110001 | 11011 | 1011 | 100111 | 110111 |
Color Harmonies of #B9705F
Complementary color
Monochromatic Colors of #B9705F
Black with #B9705F
Text Example
Text Example
White with #B9705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9705F; }
p { color: rgb(185,112,95); }
H1.HeaderClassName
{
color: #B9705F;
}
.AnyTagClassName
{
color: #B9705F;
}
</style>
background-color css
<style>
a { background-color: #B9705F; }
a { background-color: rgb(185,112,95); }
div.DivClassName
{
background-color: #B9705F;
}
.BgClassName
{
background-color: #B9705F;
}
</style>
border-color css
<style>
span { border-color: #B9705F; }
span { border-color: rgb(185,112,95); }
td.TdClassName
{
border-color: #B9705F;
}
.TagClassName
{
border-color: #B9705F;
}
</style>