Shades of Caper #B1BE72
Tints of Caper #B1BE72
RGB
CMYK
RGB Variations
Color information
#B1BE72 (or 0xB1BE72) is known color: Caper. HEX triplet: B1, BE and 72. RGB value is (177,190,114). Sum of RGB (Red+Green+Blue) = 177+190+114=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE72 is #4E418D. Grayscale: #B1B1B1. Windows color (decimal): -5128590 or 7519921. OLE color: 7519921.
HSL color Cylindrical-coordinate representation of color #B1BE72: hue angle of 70.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1BE72 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 114 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.25 |
| HSL | 70.26º | 0.37% | 0.6% | - |
| HSV(B) | 70.26º | 0.4% | 0.75% | - |
| XYZ | 39.58 | 47.39 | 22.98 | - |
| YUV | 177.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 114 | 0.07 | 0 | 0.40 | 0.25 | 70.26 | 0.37 | 0.6 |
| Hex | B1 | BE | 72 | 7 | 0 | 28 | 19 | 46 | 25 | 3C |
| Octal | 261 | 276 | 162 | 7 | 0 | 50 | 31 | 106 | 45 | 74 |
| Binary | 10110001 | 10111110 | 1110010 | 111 | 0 | 101000 | 11001 | 1000110 | 100101 | 111100 |
Color Harmonies of #B1BE72
Complementary color
Monochromatic Colors of #B1BE72
Black with #B1BE72
Text Example
Text Example
White with #B1BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE72; }
p { color: rgb(177,190,114); }
H1.HeaderClassName
{
color: #B1BE72;
}
.AnyTagClassName
{
color: #B1BE72;
}
</style>
background-color css
<style>
a { background-color: #B1BE72; }
a { background-color: rgb(177,190,114); }
div.DivClassName
{
background-color: #B1BE72;
}
.BgClassName
{
background-color: #B1BE72;
}
</style>
border-color css
<style>
span { border-color: #B1BE72; }
span { border-color: rgb(177,190,114); }
td.TdClassName
{
border-color: #B1BE72;
}
.TagClassName
{
border-color: #B1BE72;
}
</style>