Shades of Contessa #B87163
Tints of Contessa #B87163
RGB
CMYK
RGB Variations
Color information
#B87163 (or 0xB87163) is known color: Contessa. HEX triplet: B8, 71 and 63. RGB value is (184,113,99). Sum of RGB (Red+Green+Blue) = 184+113+99=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B87163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87163 is #478E9C. Grayscale: #848484. Windows color (decimal): -4689565 or 6517176. OLE color: 6517176.
HSL color Cylindrical-coordinate representation of color #B87163: hue angle of 9.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B87163 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 99 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.28 |
| HSL | 9.88º | 0.37% | 0.55% | - |
| HSV(B) | 9.88º | 0.46% | 0.72% | - |
| XYZ | 27.92 | 22.9 | 14.75 | - |
| YUV | 132.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 99 | 0 | 0.39 | 0.46 | 0.28 | 9.88 | 0.37 | 0.55 |
| Hex | B8 | 71 | 63 | 0 | 27 | 2E | 1C | A | 25 | 37 |
| Octal | 270 | 161 | 143 | 0 | 47 | 56 | 34 | 12 | 45 | 67 |
| Binary | 10111000 | 1110001 | 1100011 | 0 | 100111 | 101110 | 11100 | 1010 | 100101 | 110111 |
Color Harmonies of #B87163
Complementary color
Monochromatic Colors of #B87163
Black with #B87163
Text Example
Text Example
White with #B87163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87163; }
p { color: rgb(184,113,99); }
H1.HeaderClassName
{
color: #B87163;
}
.AnyTagClassName
{
color: #B87163;
}
</style>
background-color css
<style>
a { background-color: #B87163; }
a { background-color: rgb(184,113,99); }
div.DivClassName
{
background-color: #B87163;
}
.BgClassName
{
background-color: #B87163;
}
</style>
border-color css
<style>
span { border-color: #B87163; }
span { border-color: rgb(184,113,99); }
td.TdClassName
{
border-color: #B87163;
}
.TagClassName
{
border-color: #B87163;
}
</style>