Shades of Caper #B0BF88
Tints of Caper #B0BF88
RGB
CMYK
RGB Variations
Color information
#B0BF88 (or 0xB0BF88) is known color: Caper. HEX triplet: B0, BF and 88. RGB value is (176,191,136). Sum of RGB (Red+Green+Blue) = 176+191+136=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF88 is #4F4077. Grayscale: #B4B4B4. Windows color (decimal): -5193848 or 8961968. OLE color: 8961968.
HSL color Cylindrical-coordinate representation of color #B0BF88: hue angle of 76.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BF88 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 136 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.25 |
| HSL | 76.36º | 0.3% | 0.64% | - |
| HSV(B) | 76.36º | 0.29% | 0.75% | - |
| XYZ | 40.98 | 48.27 | 30.45 | - |
| YUV | 180.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 136 | 0.08 | 0 | 0.29 | 0.25 | 76.36 | 0.3 | 0.64 |
| Hex | B0 | BF | 88 | 8 | 0 | 1D | 19 | 4C | 1E | 40 |
| Octal | 260 | 277 | 210 | 10 | 0 | 35 | 31 | 114 | 36 | 100 |
| Binary | 10110000 | 10111111 | 10001000 | 1000 | 0 | 11101 | 11001 | 1001100 | 11110 | 1000000 |
Color Harmonies of #B0BF88
Complementary color
Monochromatic Colors of #B0BF88
Black with #B0BF88
Text Example
Text Example
White with #B0BF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF88; }
p { color: rgb(176,191,136); }
H1.HeaderClassName
{
color: #B0BF88;
}
.AnyTagClassName
{
color: #B0BF88;
}
</style>
background-color css
<style>
a { background-color: #B0BF88; }
a { background-color: rgb(176,191,136); }
div.DivClassName
{
background-color: #B0BF88;
}
.BgClassName
{
background-color: #B0BF88;
}
</style>
border-color css
<style>
span { border-color: #B0BF88; }
span { border-color: rgb(176,191,136); }
td.TdClassName
{
border-color: #B0BF88;
}
.TagClassName
{
border-color: #B0BF88;
}
</style>