Shades of Caper #B0BB84
Tints of Caper #B0BB84
RGB
CMYK
RGB Variations
Color information
#B0BB84 (or 0xB0BB84) is known color: Caper. HEX triplet: B0, BB and 84. RGB value is (176,187,132). Sum of RGB (Red+Green+Blue) = 176+187+132=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB84 is #4F447B. Grayscale: #B1B1B1. Windows color (decimal): -5194876 or 8698800. OLE color: 8698800.
HSL color Cylindrical-coordinate representation of color #B0BB84: hue angle of 72º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BB84 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 132 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.27 |
| HSL | 72º | 0.29% | 0.63% | - |
| HSV(B) | 72º | 0.29% | 0.73% | - |
| XYZ | 39.84 | 46.44 | 28.69 | - |
| YUV | 177.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 132 | 0.06 | 0 | 0.29 | 0.27 | 72 | 0.29 | 0.63 |
| Hex | B0 | BB | 84 | 6 | 0 | 1D | 1B | 48 | 1D | 3F |
| Octal | 260 | 273 | 204 | 6 | 0 | 35 | 33 | 110 | 35 | 77 |
| Binary | 10110000 | 10111011 | 10000100 | 110 | 0 | 11101 | 11011 | 1001000 | 11101 | 111111 |
Color Harmonies of #B0BB84
Complementary color
Monochromatic Colors of #B0BB84
Black with #B0BB84
Text Example
Text Example
White with #B0BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB84; }
p { color: rgb(176,187,132); }
H1.HeaderClassName
{
color: #B0BB84;
}
.AnyTagClassName
{
color: #B0BB84;
}
</style>
background-color css
<style>
a { background-color: #B0BB84; }
a { background-color: rgb(176,187,132); }
div.DivClassName
{
background-color: #B0BB84;
}
.BgClassName
{
background-color: #B0BB84;
}
</style>
border-color css
<style>
span { border-color: #B0BB84; }
span { border-color: rgb(176,187,132); }
td.TdClassName
{
border-color: #B0BB84;
}
.TagClassName
{
border-color: #B0BB84;
}
</style>