Shades of Caper #B1BA7C
Tints of Caper #B1BA7C
RGB
CMYK
RGB Variations
Color information
#B1BA7C (or 0xB1BA7C) is known color: Caper. HEX triplet: B1, BA and 7C. RGB value is (177,186,124). Sum of RGB (Red+Green+Blue) = 177+186+124=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA7C is #4E4583. Grayscale: #B0B0B0. Windows color (decimal): -5129604 or 8174257. OLE color: 8174257.
HSL color Cylindrical-coordinate representation of color #B1BA7C: hue angle of 68.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1BA7C is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 124 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.27 |
| HSL | 68.71º | 0.31% | 0.61% | - |
| HSV(B) | 68.71º | 0.33% | 0.73% | - |
| XYZ | 39.33 | 45.92 | 25.86 | - |
| YUV | 176.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 124 | 0.05 | 0 | 0.33 | 0.27 | 68.71 | 0.31 | 0.61 |
| Hex | B1 | BA | 7C | 5 | 0 | 21 | 1B | 45 | 1F | 3D |
| Octal | 261 | 272 | 174 | 5 | 0 | 41 | 33 | 105 | 37 | 75 |
| Binary | 10110001 | 10111010 | 1111100 | 101 | 0 | 100001 | 11011 | 1000101 | 11111 | 111101 |
Color Harmonies of #B1BA7C
Complementary color
Monochromatic Colors of #B1BA7C
Black with #B1BA7C
Text Example
Text Example
White with #B1BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA7C; }
p { color: rgb(177,186,124); }
H1.HeaderClassName
{
color: #B1BA7C;
}
.AnyTagClassName
{
color: #B1BA7C;
}
</style>
background-color css
<style>
a { background-color: #B1BA7C; }
a { background-color: rgb(177,186,124); }
div.DivClassName
{
background-color: #B1BA7C;
}
.BgClassName
{
background-color: #B1BA7C;
}
</style>
border-color css
<style>
span { border-color: #B1BA7C; }
span { border-color: rgb(177,186,124); }
td.TdClassName
{
border-color: #B1BA7C;
}
.TagClassName
{
border-color: #B1BA7C;
}
</style>