Shades of Contessa #B8725D
Tints of Contessa #B8725D
RGB
CMYK
RGB Variations
Color information
#B8725D (or 0xB8725D) is known color: Contessa. HEX triplet: B8, 72 and 5D. RGB value is (184,114,93). Sum of RGB (Red+Green+Blue) = 184+114+93=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8725D is #478DA2. Grayscale: #848484. Windows color (decimal): -4689315 or 6124216. OLE color: 6124216.
HSL color Cylindrical-coordinate representation of color #B8725D: hue angle of 13.85º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8725D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 93 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.28 |
| HSL | 13.85º | 0.39% | 0.54% | - |
| HSV(B) | 13.85º | 0.49% | 0.72% | - |
| XYZ | 27.76 | 23.02 | 13.34 | - |
| YUV | 132.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 93 | 0 | 0.38 | 0.49 | 0.28 | 13.85 | 0.39 | 0.54 |
| Hex | B8 | 72 | 5D | 0 | 26 | 31 | 1C | E | 27 | 36 |
| Octal | 270 | 162 | 135 | 0 | 46 | 61 | 34 | 16 | 47 | 66 |
| Binary | 10111000 | 1110010 | 1011101 | 0 | 100110 | 110001 | 11100 | 1110 | 100111 | 110110 |
Color Harmonies of #B8725D
Complementary color
Monochromatic Colors of #B8725D
Black with #B8725D
Text Example
Text Example
White with #B8725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8725D; }
p { color: rgb(184,114,93); }
H1.HeaderClassName
{
color: #B8725D;
}
.AnyTagClassName
{
color: #B8725D;
}
</style>
background-color css
<style>
a { background-color: #B8725D; }
a { background-color: rgb(184,114,93); }
div.DivClassName
{
background-color: #B8725D;
}
.BgClassName
{
background-color: #B8725D;
}
</style>
border-color css
<style>
span { border-color: #B8725D; }
span { border-color: rgb(184,114,93); }
td.TdClassName
{
border-color: #B8725D;
}
.TagClassName
{
border-color: #B8725D;
}
</style>