Shades of Contessa #B87369
Tints of Contessa #B87369
RGB
CMYK
RGB Variations
Color information
#B87369 (or 0xB87369) is known color: Contessa. HEX triplet: B8, 73 and 69. RGB value is (184,115,105). Sum of RGB (Red+Green+Blue) = 184+115+105=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B87369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87369 is #478C96. Grayscale: #868686. Windows color (decimal): -4689047 or 6910904. OLE color: 6910904.
HSL color Cylindrical-coordinate representation of color #B87369: hue angle of 7.59º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87369 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 105 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.28 |
| HSL | 7.59º | 0.36% | 0.57% | - |
| HSV(B) | 7.59º | 0.43% | 0.72% | - |
| XYZ | 28.45 | 23.47 | 16.4 | - |
| YUV | 134.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 105 | 0 | 0.38 | 0.43 | 0.28 | 7.59 | 0.36 | 0.57 |
| Hex | B8 | 73 | 69 | 0 | 26 | 2B | 1C | 8 | 24 | 39 |
| Octal | 270 | 163 | 151 | 0 | 46 | 53 | 34 | 10 | 44 | 71 |
| Binary | 10111000 | 1110011 | 1101001 | 0 | 100110 | 101011 | 11100 | 1000 | 100100 | 111001 |
Color Harmonies of #B87369
Complementary color
Monochromatic Colors of #B87369
Black with #B87369
Text Example
Text Example
White with #B87369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87369; }
p { color: rgb(184,115,105); }
H1.HeaderClassName
{
color: #B87369;
}
.AnyTagClassName
{
color: #B87369;
}
</style>
background-color css
<style>
a { background-color: #B87369; }
a { background-color: rgb(184,115,105); }
div.DivClassName
{
background-color: #B87369;
}
.BgClassName
{
background-color: #B87369;
}
</style>
border-color css
<style>
span { border-color: #B87369; }
span { border-color: rgb(184,115,105); }
td.TdClassName
{
border-color: #B87369;
}
.TagClassName
{
border-color: #B87369;
}
</style>