Shades of Caper #B1B986
Tints of Caper #B1B986
RGB
CMYK
RGB Variations
Color information
#B1B986 (or 0xB1B986) is known color: Caper. HEX triplet: B1, B9 and 86. RGB value is (177,185,134). Sum of RGB (Red+Green+Blue) = 177+185+134=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B986 is #4E4679. Grayscale: #B0B0B0. Windows color (decimal): -5129850 or 8829361. OLE color: 8829361.
HSL color Cylindrical-coordinate representation of color #B1B986: hue angle of 69.41º 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 #B1B986 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 134 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.27 |
| HSL | 69.41º | 0.27% | 0.63% | - |
| HSV(B) | 69.41º | 0.28% | 0.73% | - |
| XYZ | 39.78 | 45.77 | 29.29 | - |
| YUV | 176.79 | 103.85 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 134 | 0.04 | 0 | 0.28 | 0.27 | 69.41 | 0.27 | 0.63 |
| Hex | B1 | B9 | 86 | 4 | 0 | 1C | 1B | 45 | 1B | 3F |
| Octal | 261 | 271 | 206 | 4 | 0 | 34 | 33 | 105 | 33 | 77 |
| Binary | 10110001 | 10111001 | 10000110 | 100 | 0 | 11100 | 11011 | 1000101 | 11011 | 111111 |
Color Harmonies of #B1B986
Complementary color
Monochromatic Colors of #B1B986
Black with #B1B986
Text Example
Text Example
White with #B1B986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B986; }
p { color: rgb(177,185,134); }
H1.HeaderClassName
{
color: #B1B986;
}
.AnyTagClassName
{
color: #B1B986;
}
</style>
background-color css
<style>
a { background-color: #B1B986; }
a { background-color: rgb(177,185,134); }
div.DivClassName
{
background-color: #B1B986;
}
.BgClassName
{
background-color: #B1B986;
}
</style>
border-color css
<style>
span { border-color: #B1B986; }
span { border-color: rgb(177,185,134); }
td.TdClassName
{
border-color: #B1B986;
}
.TagClassName
{
border-color: #B1B986;
}
</style>