Shades of Caper #B1BE81
Tints of Caper #B1BE81
RGB
CMYK
RGB Variations
Color information
#B1BE81 (or 0xB1BE81) is known color: Caper. HEX triplet: B1, BE and 81. RGB value is (177,190,129). Sum of RGB (Red+Green+Blue) = 177+190+129=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE81 is #4E417E. Grayscale: #B3B3B3. Windows color (decimal): -5128575 or 8502961. OLE color: 8502961.
HSL color Cylindrical-coordinate representation of color #B1BE81: hue angle of 72.79º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1BE81 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 129 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.25 |
| HSL | 72.79º | 0.32% | 0.63% | - |
| HSV(B) | 72.79º | 0.32% | 0.75% | - |
| XYZ | 40.51 | 47.76 | 27.85 | - |
| YUV | 179.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 129 | 0.07 | 0 | 0.32 | 0.25 | 72.79 | 0.32 | 0.63 |
| Hex | B1 | BE | 81 | 7 | 0 | 20 | 19 | 49 | 20 | 3F |
| Octal | 261 | 276 | 201 | 7 | 0 | 40 | 31 | 111 | 40 | 77 |
| Binary | 10110001 | 10111110 | 10000001 | 111 | 0 | 100000 | 11001 | 1001001 | 100000 | 111111 |
Color Harmonies of #B1BE81
Complementary color
Monochromatic Colors of #B1BE81
Black with #B1BE81
Text Example
Text Example
White with #B1BE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE81; }
p { color: rgb(177,190,129); }
H1.HeaderClassName
{
color: #B1BE81;
}
.AnyTagClassName
{
color: #B1BE81;
}
</style>
background-color css
<style>
a { background-color: #B1BE81; }
a { background-color: rgb(177,190,129); }
div.DivClassName
{
background-color: #B1BE81;
}
.BgClassName
{
background-color: #B1BE81;
}
</style>
border-color css
<style>
span { border-color: #B1BE81; }
span { border-color: rgb(177,190,129); }
td.TdClassName
{
border-color: #B1BE81;
}
.TagClassName
{
border-color: #B1BE81;
}
</style>