Shades of Caper #B1BC7D
Tints of Caper #B1BC7D
RGB
CMYK
RGB Variations
Color information
#B1BC7D (or 0xB1BC7D) is known color: Caper. HEX triplet: B1, BC and 7D. RGB value is (177,188,125). Sum of RGB (Red+Green+Blue) = 177+188+125=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC7D is #4E4382. Grayscale: #B1B1B1. Windows color (decimal): -5129091 or 8240305. OLE color: 8240305.
HSL color Cylindrical-coordinate representation of color #B1BC7D: hue angle of 70.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1BC7D is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 125 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.26 |
| HSL | 70.48º | 0.32% | 0.61% | - |
| HSV(B) | 70.48º | 0.34% | 0.74% | - |
| XYZ | 39.82 | 46.79 | 26.34 | - |
| YUV | 177.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 125 | 0.06 | 0 | 0.34 | 0.26 | 70.48 | 0.32 | 0.61 |
| Hex | B1 | BC | 7D | 6 | 0 | 22 | 1A | 46 | 20 | 3D |
| Octal | 261 | 274 | 175 | 6 | 0 | 42 | 32 | 106 | 40 | 75 |
| Binary | 10110001 | 10111100 | 1111101 | 110 | 0 | 100010 | 11010 | 1000110 | 100000 | 111101 |
Color Harmonies of #B1BC7D
Complementary color
Monochromatic Colors of #B1BC7D
Black with #B1BC7D
Text Example
Text Example
White with #B1BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC7D; }
p { color: rgb(177,188,125); }
H1.HeaderClassName
{
color: #B1BC7D;
}
.AnyTagClassName
{
color: #B1BC7D;
}
</style>
background-color css
<style>
a { background-color: #B1BC7D; }
a { background-color: rgb(177,188,125); }
div.DivClassName
{
background-color: #B1BC7D;
}
.BgClassName
{
background-color: #B1BC7D;
}
</style>
border-color css
<style>
span { border-color: #B1BC7D; }
span { border-color: rgb(177,188,125); }
td.TdClassName
{
border-color: #B1BC7D;
}
.TagClassName
{
border-color: #B1BC7D;
}
</style>