Shades of Caper #B1BA84
Tints of Caper #B1BA84
RGB
CMYK
RGB Variations
Color information
#B1BA84 (or 0xB1BA84) is known color: Caper. HEX triplet: B1, BA and 84. RGB value is (177,186,132). Sum of RGB (Red+Green+Blue) = 177+186+132=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA84 is #4E457B. Grayscale: #B1B1B1. Windows color (decimal): -5129596 or 8698545. OLE color: 8698545.
HSL color Cylindrical-coordinate representation of color #B1BA84: hue angle of 70º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BA84 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 132 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.27 |
| HSL | 70º | 0.28% | 0.62% | - |
| HSV(B) | 70º | 0.29% | 0.73% | - |
| XYZ | 39.86 | 46.13 | 28.63 | - |
| YUV | 177.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 132 | 0.05 | 0 | 0.29 | 0.27 | 70 | 0.28 | 0.62 |
| Hex | B1 | BA | 84 | 5 | 0 | 1D | 1B | 46 | 1C | 3E |
| Octal | 261 | 272 | 204 | 5 | 0 | 35 | 33 | 106 | 34 | 76 |
| Binary | 10110001 | 10111010 | 10000100 | 101 | 0 | 11101 | 11011 | 1000110 | 11100 | 111110 |
Color Harmonies of #B1BA84
Complementary color
Monochromatic Colors of #B1BA84
Black with #B1BA84
Text Example
Text Example
White with #B1BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA84; }
p { color: rgb(177,186,132); }
H1.HeaderClassName
{
color: #B1BA84;
}
.AnyTagClassName
{
color: #B1BA84;
}
</style>
background-color css
<style>
a { background-color: #B1BA84; }
a { background-color: rgb(177,186,132); }
div.DivClassName
{
background-color: #B1BA84;
}
.BgClassName
{
background-color: #B1BA84;
}
</style>
border-color css
<style>
span { border-color: #B1BA84; }
span { border-color: rgb(177,186,132); }
td.TdClassName
{
border-color: #B1BA84;
}
.TagClassName
{
border-color: #B1BA84;
}
</style>