Shades of Caper #B2B986
Tints of Caper #B2B986
RGB
CMYK
RGB Variations
Color information
#B2B986 (or 0xB2B986) is known color: Caper. HEX triplet: B2, B9 and 86. RGB value is (178,185,134). Sum of RGB (Red+Green+Blue) = 178+185+134=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B986 is #4D4679. Grayscale: #B1B1B1. Windows color (decimal): -5064314 or 8829362. OLE color: 8829362.
HSL color Cylindrical-coordinate representation of color #B2B986: hue angle of 68.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2B986 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 134 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.27 |
| HSL | 68.24º | 0.27% | 0.63% | - |
| HSV(B) | 68.24º | 0.28% | 0.73% | - |
| XYZ | 40.01 | 45.88 | 29.3 | - |
| YUV | 177.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 134 | 0.04 | 0 | 0.28 | 0.27 | 68.24 | 0.27 | 0.63 |
| Hex | B2 | B9 | 86 | 4 | 0 | 1C | 1B | 44 | 1B | 3F |
| Octal | 262 | 271 | 206 | 4 | 0 | 34 | 33 | 104 | 33 | 77 |
| Binary | 10110010 | 10111001 | 10000110 | 100 | 0 | 11100 | 11011 | 1000100 | 11011 | 111111 |
Color Harmonies of #B2B986
Complementary color
Monochromatic Colors of #B2B986
Black with #B2B986
Text Example
Text Example
White with #B2B986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B986; }
p { color: rgb(178,185,134); }
H1.HeaderClassName
{
color: #B2B986;
}
.AnyTagClassName
{
color: #B2B986;
}
</style>
background-color css
<style>
a { background-color: #B2B986; }
a { background-color: rgb(178,185,134); }
div.DivClassName
{
background-color: #B2B986;
}
.BgClassName
{
background-color: #B2B986;
}
</style>
border-color css
<style>
span { border-color: #B2B986; }
span { border-color: rgb(178,185,134); }
td.TdClassName
{
border-color: #B2B986;
}
.TagClassName
{
border-color: #B2B986;
}
</style>