Shades of Contessa #B8746B
Tints of Contessa #B8746B
RGB
CMYK
RGB Variations
Color information
#B8746B (or 0xB8746B) is known color: Contessa. HEX triplet: B8, 74 and 6B. RGB value is (184,116,107). Sum of RGB (Red+Green+Blue) = 184+116+107=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8746B is #478B94. Grayscale: #878787. Windows color (decimal): -4688789 or 7042232. OLE color: 7042232.
HSL color Cylindrical-coordinate representation of color #B8746B: hue angle of 7.01º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B8746B is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 107 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.28 |
| HSL | 7.01º | 0.35% | 0.57% | - |
| HSV(B) | 7.01º | 0.42% | 0.72% | - |
| XYZ | 28.67 | 23.74 | 16.98 | - |
| YUV | 135.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 107 | 0 | 0.37 | 0.42 | 0.28 | 7.01 | 0.35 | 0.57 |
| Hex | B8 | 74 | 6B | 0 | 25 | 2A | 1C | 7 | 23 | 39 |
| Octal | 270 | 164 | 153 | 0 | 45 | 52 | 34 | 7 | 43 | 71 |
| Binary | 10111000 | 1110100 | 1101011 | 0 | 100101 | 101010 | 11100 | 111 | 100011 | 111001 |
Color Harmonies of #B8746B
Complementary color
Monochromatic Colors of #B8746B
Black with #B8746B
Text Example
Text Example
White with #B8746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8746B; }
p { color: rgb(184,116,107); }
H1.HeaderClassName
{
color: #B8746B;
}
.AnyTagClassName
{
color: #B8746B;
}
</style>
background-color css
<style>
a { background-color: #B8746B; }
a { background-color: rgb(184,116,107); }
div.DivClassName
{
background-color: #B8746B;
}
.BgClassName
{
background-color: #B8746B;
}
</style>
border-color css
<style>
span { border-color: #B8746B; }
span { border-color: rgb(184,116,107); }
td.TdClassName
{
border-color: #B8746B;
}
.TagClassName
{
border-color: #B8746B;
}
</style>