Shades of Caper #B1BC7C
Tints of Caper #B1BC7C
RGB
CMYK
RGB Variations
Color information
#B1BC7C (or 0xB1BC7C) is known color: Caper. HEX triplet: B1, BC and 7C. RGB value is (177,188,124). Sum of RGB (Red+Green+Blue) = 177+188+124=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC7C is #4E4383. Grayscale: #B1B1B1. Windows color (decimal): -5129092 or 8174769. OLE color: 8174769.
HSL color Cylindrical-coordinate representation of color #B1BC7C: hue angle of 70.31º 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 #B1BC7C is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 124 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.26 |
| HSL | 70.31º | 0.32% | 0.61% | - |
| HSV(B) | 70.31º | 0.34% | 0.74% | - |
| XYZ | 39.75 | 46.77 | 26 | - |
| YUV | 177.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 124 | 0.06 | 0 | 0.34 | 0.26 | 70.31 | 0.32 | 0.61 |
| Hex | B1 | BC | 7C | 6 | 0 | 22 | 1A | 46 | 20 | 3D |
| Octal | 261 | 274 | 174 | 6 | 0 | 42 | 32 | 106 | 40 | 75 |
| Binary | 10110001 | 10111100 | 1111100 | 110 | 0 | 100010 | 11010 | 1000110 | 100000 | 111101 |
Color Harmonies of #B1BC7C
Complementary color
Monochromatic Colors of #B1BC7C
Black with #B1BC7C
Text Example
Text Example
White with #B1BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC7C; }
p { color: rgb(177,188,124); }
H1.HeaderClassName
{
color: #B1BC7C;
}
.AnyTagClassName
{
color: #B1BC7C;
}
</style>
background-color css
<style>
a { background-color: #B1BC7C; }
a { background-color: rgb(177,188,124); }
div.DivClassName
{
background-color: #B1BC7C;
}
.BgClassName
{
background-color: #B1BC7C;
}
</style>
border-color css
<style>
span { border-color: #B1BC7C; }
span { border-color: rgb(177,188,124); }
td.TdClassName
{
border-color: #B1BC7C;
}
.TagClassName
{
border-color: #B1BC7C;
}
</style>