Shades of Caper #B1BE70
Tints of Caper #B1BE70
RGB
CMYK
RGB Variations
Color information
#B1BE70 (or 0xB1BE70) is known color: Caper. HEX triplet: B1, BE and 70. RGB value is (177,190,112). Sum of RGB (Red+Green+Blue) = 177+190+112=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE70 is #4E418F. Grayscale: #B1B1B1. Windows color (decimal): -5128592 or 7388849. OLE color: 7388849.
HSL color Cylindrical-coordinate representation of color #B1BE70: hue angle of 70º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1BE70 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 112 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.25 |
| HSL | 70º | 0.38% | 0.59% | - |
| HSV(B) | 70º | 0.41% | 0.75% | - |
| XYZ | 39.47 | 47.34 | 22.39 | - |
| YUV | 177.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 112 | 0.07 | 0 | 0.41 | 0.25 | 70 | 0.38 | 0.59 |
| Hex | B1 | BE | 70 | 7 | 0 | 29 | 19 | 46 | 26 | 3B |
| Octal | 261 | 276 | 160 | 7 | 0 | 51 | 31 | 106 | 46 | 73 |
| Binary | 10110001 | 10111110 | 1110000 | 111 | 0 | 101001 | 11001 | 1000110 | 100110 | 111011 |
Color Harmonies of #B1BE70
Complementary color
Monochromatic Colors of #B1BE70
Black with #B1BE70
Text Example
Text Example
White with #B1BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE70; }
p { color: rgb(177,190,112); }
H1.HeaderClassName
{
color: #B1BE70;
}
.AnyTagClassName
{
color: #B1BE70;
}
</style>
background-color css
<style>
a { background-color: #B1BE70; }
a { background-color: rgb(177,190,112); }
div.DivClassName
{
background-color: #B1BE70;
}
.BgClassName
{
background-color: #B1BE70;
}
</style>
border-color css
<style>
span { border-color: #B1BE70; }
span { border-color: rgb(177,190,112); }
td.TdClassName
{
border-color: #B1BE70;
}
.TagClassName
{
border-color: #B1BE70;
}
</style>