Shades of Contessa #B87765
Tints of Contessa #B87765
RGB
CMYK
RGB Variations
Color information
#B87765 (or 0xB87765) is known color: Contessa. HEX triplet: B8, 77 and 65. RGB value is (184,119,101). Sum of RGB (Red+Green+Blue) = 184+119+101=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B87765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87765 is #47889A. Grayscale: #888888. Windows color (decimal): -4688027 or 6649784. OLE color: 6649784.
HSL color Cylindrical-coordinate representation of color #B87765: hue angle of 13.01º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87765 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 101 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.28 |
| HSL | 13.01º | 0.37% | 0.56% | - |
| HSV(B) | 13.01º | 0.45% | 0.72% | - |
| XYZ | 28.71 | 24.32 | 15.49 | - |
| YUV | 136.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 101 | 0 | 0.35 | 0.45 | 0.28 | 13.01 | 0.37 | 0.56 |
| Hex | B8 | 77 | 65 | 0 | 23 | 2D | 1C | D | 25 | 38 |
| Octal | 270 | 167 | 145 | 0 | 43 | 55 | 34 | 15 | 45 | 70 |
| Binary | 10111000 | 1110111 | 1100101 | 0 | 100011 | 101101 | 11100 | 1101 | 100101 | 111000 |
Color Harmonies of #B87765
Complementary color
Monochromatic Colors of #B87765
Black with #B87765
Text Example
Text Example
White with #B87765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87765; }
p { color: rgb(184,119,101); }
H1.HeaderClassName
{
color: #B87765;
}
.AnyTagClassName
{
color: #B87765;
}
</style>
background-color css
<style>
a { background-color: #B87765; }
a { background-color: rgb(184,119,101); }
div.DivClassName
{
background-color: #B87765;
}
.BgClassName
{
background-color: #B87765;
}
</style>
border-color css
<style>
span { border-color: #B87765; }
span { border-color: rgb(184,119,101); }
td.TdClassName
{
border-color: #B87765;
}
.TagClassName
{
border-color: #B87765;
}
</style>