Shades of Caper #B0BA87
Tints of Caper #B0BA87
RGB
CMYK
RGB Variations
Color information
#B0BA87 (or 0xB0BA87) is known color: Caper. HEX triplet: B0, BA and 87. RGB value is (176,186,135). Sum of RGB (Red+Green+Blue) = 176+186+135=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA87 is #4F4578. Grayscale: #B1B1B1. Windows color (decimal): -5195129 or 8895152. OLE color: 8895152.
HSL color Cylindrical-coordinate representation of color #B0BA87: hue angle of 71.76º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0BA87 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 135 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.27 |
| HSL | 71.76º | 0.27% | 0.63% | - |
| HSV(B) | 71.76º | 0.27% | 0.73% | - |
| XYZ | 39.84 | 46.1 | 29.72 | - |
| YUV | 177.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 135 | 0.05 | 0 | 0.27 | 0.27 | 71.76 | 0.27 | 0.63 |
| Hex | B0 | BA | 87 | 5 | 0 | 1B | 1B | 48 | 1B | 3F |
| Octal | 260 | 272 | 207 | 5 | 0 | 33 | 33 | 110 | 33 | 77 |
| Binary | 10110000 | 10111010 | 10000111 | 101 | 0 | 11011 | 11011 | 1001000 | 11011 | 111111 |
Color Harmonies of #B0BA87
Complementary color
Monochromatic Colors of #B0BA87
Black with #B0BA87
Text Example
Text Example
White with #B0BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA87; }
p { color: rgb(176,186,135); }
H1.HeaderClassName
{
color: #B0BA87;
}
.AnyTagClassName
{
color: #B0BA87;
}
</style>
background-color css
<style>
a { background-color: #B0BA87; }
a { background-color: rgb(176,186,135); }
div.DivClassName
{
background-color: #B0BA87;
}
.BgClassName
{
background-color: #B0BA87;
}
</style>
border-color css
<style>
span { border-color: #B0BA87; }
span { border-color: rgb(176,186,135); }
td.TdClassName
{
border-color: #B0BA87;
}
.TagClassName
{
border-color: #B0BA87;
}
</style>