Shades of Contessa #B86968
Tints of Contessa #B86968
RGB
CMYK
RGB Variations
Color information
#B86968 (or 0xB86968) is known color: Contessa. HEX triplet: B8, 69 and 68. RGB value is (184,105,104). Sum of RGB (Red+Green+Blue) = 184+105+104=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B86968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86968 is #479697. Grayscale: #808080. Windows color (decimal): -4691608 or 6842808. OLE color: 6842808.
HSL color Cylindrical-coordinate representation of color #B86968: hue angle of 0.75º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86968 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 104 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.28 |
| HSL | 0.75º | 0.36% | 0.56% | - |
| HSV(B) | 0.75º | 0.43% | 0.72% | - |
| XYZ | 27.32 | 21.29 | 15.77 | - |
| YUV | 128.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 104 | 0 | 0.43 | 0.43 | 0.28 | 0.75 | 0.36 | 0.56 |
| Hex | B8 | 69 | 68 | 0 | 2B | 2B | 1C | 1 | 24 | 38 |
| Octal | 270 | 151 | 150 | 0 | 53 | 53 | 34 | 1 | 44 | 70 |
| Binary | 10111000 | 1101001 | 1101000 | 0 | 101011 | 101011 | 11100 | 1 | 100100 | 111000 |
Color Harmonies of #B86968
Complementary color
Monochromatic Colors of #B86968
Black with #B86968
Text Example
Text Example
White with #B86968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86968; }
p { color: rgb(184,105,104); }
H1.HeaderClassName
{
color: #B86968;
}
.AnyTagClassName
{
color: #B86968;
}
</style>
background-color css
<style>
a { background-color: #B86968; }
a { background-color: rgb(184,105,104); }
div.DivClassName
{
background-color: #B86968;
}
.BgClassName
{
background-color: #B86968;
}
</style>
border-color css
<style>
span { border-color: #B86968; }
span { border-color: rgb(184,105,104); }
td.TdClassName
{
border-color: #B86968;
}
.TagClassName
{
border-color: #B86968;
}
</style>