Shades of Contessa #B8755D
Tints of Contessa #B8755D
RGB
CMYK
RGB Variations
Color information
#B8755D (or 0xB8755D) is known color: Contessa. HEX triplet: B8, 75 and 5D. RGB value is (184,117,93). Sum of RGB (Red+Green+Blue) = 184+117+93=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8755D is #478AA2. Grayscale: #868686. Windows color (decimal): -4688547 or 6124984. OLE color: 6124984.
HSL color Cylindrical-coordinate representation of color #B8755D: hue angle of 15.82º 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 #B8755D is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 93 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.28 |
| HSL | 15.82º | 0.39% | 0.54% | - |
| HSV(B) | 15.82º | 0.49% | 0.72% | - |
| XYZ | 28.1 | 23.7 | 13.45 | - |
| YUV | 134.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 93 | 0 | 0.36 | 0.49 | 0.28 | 15.82 | 0.39 | 0.54 |
| Hex | B8 | 75 | 5D | 0 | 24 | 31 | 1C | 10 | 27 | 36 |
| Octal | 270 | 165 | 135 | 0 | 44 | 61 | 34 | 20 | 47 | 66 |
| Binary | 10111000 | 1110101 | 1011101 | 0 | 100100 | 110001 | 11100 | 10000 | 100111 | 110110 |
Color Harmonies of #B8755D
Complementary color
Monochromatic Colors of #B8755D
Black with #B8755D
Text Example
Text Example
White with #B8755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8755D; }
p { color: rgb(184,117,93); }
H1.HeaderClassName
{
color: #B8755D;
}
.AnyTagClassName
{
color: #B8755D;
}
</style>
background-color css
<style>
a { background-color: #B8755D; }
a { background-color: rgb(184,117,93); }
div.DivClassName
{
background-color: #B8755D;
}
.BgClassName
{
background-color: #B8755D;
}
</style>
border-color css
<style>
span { border-color: #B8755D; }
span { border-color: rgb(184,117,93); }
td.TdClassName
{
border-color: #B8755D;
}
.TagClassName
{
border-color: #B8755D;
}
</style>