Shades of Caper #B1BA81
Tints of Caper #B1BA81
RGB
CMYK
RGB Variations
Color information
#B1BA81 (or 0xB1BA81) is known color: Caper. HEX triplet: B1, BA and 81. RGB value is (177,186,129). Sum of RGB (Red+Green+Blue) = 177+186+129=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA81 is #4E457E. Grayscale: #B1B1B1. Windows color (decimal): -5129599 or 8501937. OLE color: 8501937.
HSL color Cylindrical-coordinate representation of color #B1BA81: hue angle of 69.47º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1BA81 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 129 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.27 |
| HSL | 69.47º | 0.29% | 0.62% | - |
| HSV(B) | 69.47º | 0.31% | 0.73% | - |
| XYZ | 39.65 | 46.05 | 27.57 | - |
| YUV | 176.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 129 | 0.05 | 0 | 0.31 | 0.27 | 69.47 | 0.29 | 0.62 |
| Hex | B1 | BA | 81 | 5 | 0 | 1F | 1B | 45 | 1D | 3E |
| Octal | 261 | 272 | 201 | 5 | 0 | 37 | 33 | 105 | 35 | 76 |
| Binary | 10110001 | 10111010 | 10000001 | 101 | 0 | 11111 | 11011 | 1000101 | 11101 | 111110 |
Color Harmonies of #B1BA81
Complementary color
Monochromatic Colors of #B1BA81
Black with #B1BA81
Text Example
Text Example
White with #B1BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA81; }
p { color: rgb(177,186,129); }
H1.HeaderClassName
{
color: #B1BA81;
}
.AnyTagClassName
{
color: #B1BA81;
}
</style>
background-color css
<style>
a { background-color: #B1BA81; }
a { background-color: rgb(177,186,129); }
div.DivClassName
{
background-color: #B1BA81;
}
.BgClassName
{
background-color: #B1BA81;
}
</style>
border-color css
<style>
span { border-color: #B1BA81; }
span { border-color: rgb(177,186,129); }
td.TdClassName
{
border-color: #B1BA81;
}
.TagClassName
{
border-color: #B1BA81;
}
</style>