Shades of Contessa #B87367
Tints of Contessa #B87367
RGB
CMYK
RGB Variations
Color information
#B87367 (or 0xB87367) is known color: Contessa. HEX triplet: B8, 73 and 67. RGB value is (184,115,103). Sum of RGB (Red+Green+Blue) = 184+115+103=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B87367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87367 is #478C98. Grayscale: #868686. Windows color (decimal): -4689049 or 6779832. OLE color: 6779832.
HSL color Cylindrical-coordinate representation of color #B87367: hue angle of 8.89º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B87367 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 103 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.28 |
| HSL | 8.89º | 0.36% | 0.56% | - |
| HSV(B) | 8.89º | 0.44% | 0.72% | - |
| XYZ | 28.35 | 23.43 | 15.86 | - |
| YUV | 134.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 103 | 0 | 0.38 | 0.44 | 0.28 | 8.89 | 0.36 | 0.56 |
| Hex | B8 | 73 | 67 | 0 | 26 | 2C | 1C | 9 | 24 | 38 |
| Octal | 270 | 163 | 147 | 0 | 46 | 54 | 34 | 11 | 44 | 70 |
| Binary | 10111000 | 1110011 | 1100111 | 0 | 100110 | 101100 | 11100 | 1001 | 100100 | 111000 |
Color Harmonies of #B87367
Complementary color
Monochromatic Colors of #B87367
Black with #B87367
Text Example
Text Example
White with #B87367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87367; }
p { color: rgb(184,115,103); }
H1.HeaderClassName
{
color: #B87367;
}
.AnyTagClassName
{
color: #B87367;
}
</style>
background-color css
<style>
a { background-color: #B87367; }
a { background-color: rgb(184,115,103); }
div.DivClassName
{
background-color: #B87367;
}
.BgClassName
{
background-color: #B87367;
}
</style>
border-color css
<style>
span { border-color: #B87367; }
span { border-color: rgb(184,115,103); }
td.TdClassName
{
border-color: #B87367;
}
.TagClassName
{
border-color: #B87367;
}
</style>