Shades of Contessa #B86765
Tints of Contessa #B86765
RGB
CMYK
RGB Variations
Color information
#B86765 (or 0xB86765) is known color: Contessa. HEX triplet: B8, 67 and 65. RGB value is (184,103,101). Sum of RGB (Red+Green+Blue) = 184+103+101=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B86765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86765 is #47989A. Grayscale: #7F7F7F. Windows color (decimal): -4692123 or 6645688. OLE color: 6645688.
HSL color Cylindrical-coordinate representation of color #B86765: hue angle of 1.45º 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 #B86765 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 101 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.28 |
| HSL | 1.45º | 0.37% | 0.56% | - |
| HSV(B) | 1.45º | 0.45% | 0.72% | - |
| XYZ | 26.97 | 20.83 | 14.91 | - |
| YUV | 126.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 101 | 0 | 0.44 | 0.45 | 0.28 | 1.45 | 0.37 | 0.56 |
| Hex | B8 | 67 | 65 | 0 | 2C | 2D | 1C | 1 | 25 | 38 |
| Octal | 270 | 147 | 145 | 0 | 54 | 55 | 34 | 1 | 45 | 70 |
| Binary | 10111000 | 1100111 | 1100101 | 0 | 101100 | 101101 | 11100 | 1 | 100101 | 111000 |
Color Harmonies of #B86765
Complementary color
Monochromatic Colors of #B86765
Black with #B86765
Text Example
Text Example
White with #B86765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86765; }
p { color: rgb(184,103,101); }
H1.HeaderClassName
{
color: #B86765;
}
.AnyTagClassName
{
color: #B86765;
}
</style>
background-color css
<style>
a { background-color: #B86765; }
a { background-color: rgb(184,103,101); }
div.DivClassName
{
background-color: #B86765;
}
.BgClassName
{
background-color: #B86765;
}
</style>
border-color css
<style>
span { border-color: #B86765; }
span { border-color: rgb(184,103,101); }
td.TdClassName
{
border-color: #B86765;
}
.TagClassName
{
border-color: #B86765;
}
</style>