Shades of Caper #B0B988
Tints of Caper #B0B988
RGB
CMYK
RGB Variations
Color information
#B0B988 (or 0xB0B988) is known color: Caper. HEX triplet: B0, B9 and 88. RGB value is (176,185,136). Sum of RGB (Red+Green+Blue) = 176+185+136=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B988 is #4F4677. Grayscale: #B0B0B0. Windows color (decimal): -5195384 or 8960432. OLE color: 8960432.
HSL color Cylindrical-coordinate representation of color #B0B988: hue angle of 71.02º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0B988 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 136 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.27 |
| HSL | 71.02º | 0.26% | 0.63% | - |
| HSV(B) | 71.02º | 0.26% | 0.73% | - |
| XYZ | 39.7 | 45.71 | 30.02 | - |
| YUV | 176.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 136 | 0.05 | 0 | 0.26 | 0.27 | 71.02 | 0.26 | 0.63 |
| Hex | B0 | B9 | 88 | 5 | 0 | 1A | 1B | 47 | 1A | 3F |
| Octal | 260 | 271 | 210 | 5 | 0 | 32 | 33 | 107 | 32 | 77 |
| Binary | 10110000 | 10111001 | 10001000 | 101 | 0 | 11010 | 11011 | 1000111 | 11010 | 111111 |
Color Harmonies of #B0B988
Complementary color
Monochromatic Colors of #B0B988
Black with #B0B988
Text Example
Text Example
White with #B0B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B988; }
p { color: rgb(176,185,136); }
H1.HeaderClassName
{
color: #B0B988;
}
.AnyTagClassName
{
color: #B0B988;
}
</style>
background-color css
<style>
a { background-color: #B0B988; }
a { background-color: rgb(176,185,136); }
div.DivClassName
{
background-color: #B0B988;
}
.BgClassName
{
background-color: #B0B988;
}
</style>
border-color css
<style>
span { border-color: #B0B988; }
span { border-color: rgb(176,185,136); }
td.TdClassName
{
border-color: #B0B988;
}
.TagClassName
{
border-color: #B0B988;
}
</style>