Shades of Contessa #B9725D
Tints of Contessa #B9725D
RGB
CMYK
RGB Variations
Color information
#B9725D (or 0xB9725D) is known color: Contessa. HEX triplet: B9, 72 and 5D. RGB value is (185,114,93). Sum of RGB (Red+Green+Blue) = 185+114+93=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9725D is #468DA2. Grayscale: #848484. Windows color (decimal): -4623779 or 6124217. OLE color: 6124217.
HSL color Cylindrical-coordinate representation of color #B9725D: hue angle of 13.7º 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 #B9725D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 114 | 93 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.27 |
| HSL | 13.7º | 0.4% | 0.55% | - |
| HSV(B) | 13.7º | 0.5% | 0.73% | - |
| XYZ | 28 | 23.14 | 13.35 | - |
| YUV | 132.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 93 | 0 | 0.38 | 0.50 | 0.27 | 13.7 | 0.4 | 0.55 |
| Hex | B9 | 72 | 5D | 0 | 26 | 32 | 1B | E | 28 | 37 |
| Octal | 271 | 162 | 135 | 0 | 46 | 62 | 33 | 16 | 50 | 67 |
| Binary | 10111001 | 1110010 | 1011101 | 0 | 100110 | 110010 | 11011 | 1110 | 101000 | 110111 |
Color Harmonies of #B9725D
Complementary color
Monochromatic Colors of #B9725D
Black with #B9725D
Text Example
Text Example
White with #B9725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9725D; }
p { color: rgb(185,114,93); }
H1.HeaderClassName
{
color: #B9725D;
}
.AnyTagClassName
{
color: #B9725D;
}
</style>
background-color css
<style>
a { background-color: #B9725D; }
a { background-color: rgb(185,114,93); }
div.DivClassName
{
background-color: #B9725D;
}
.BgClassName
{
background-color: #B9725D;
}
</style>
border-color css
<style>
span { border-color: #B9725D; }
span { border-color: rgb(185,114,93); }
td.TdClassName
{
border-color: #B9725D;
}
.TagClassName
{
border-color: #B9725D;
}
</style>