Shades of Caper #B1BA8C
Tints of Caper #B1BA8C
RGB
CMYK
RGB Variations
Color information
#B1BA8C (or 0xB1BA8C) is known color: Caper. HEX triplet: B1, BA and 8C. RGB value is (177,186,140). Sum of RGB (Red+Green+Blue) = 177+186+140=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA8C is #4E4573. Grayscale: #B2B2B2. Windows color (decimal): -5129588 or 9222833. OLE color: 9222833.
HSL color Cylindrical-coordinate representation of color #B1BA8C: hue angle of 71.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1BA8C is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 140 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.27 |
| HSL | 71.74º | 0.25% | 0.64% | - |
| HSV(B) | 71.74º | 0.25% | 0.73% | - |
| XYZ | 40.42 | 46.36 | 31.63 | - |
| YUV | 178.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 140 | 0.05 | 0 | 0.25 | 0.27 | 71.74 | 0.25 | 0.64 |
| Hex | B1 | BA | 8C | 5 | 0 | 19 | 1B | 48 | 19 | 40 |
| Octal | 261 | 272 | 214 | 5 | 0 | 31 | 33 | 110 | 31 | 100 |
| Binary | 10110001 | 10111010 | 10001100 | 101 | 0 | 11001 | 11011 | 1001000 | 11001 | 1000000 |
Color Harmonies of #B1BA8C
Complementary color
Monochromatic Colors of #B1BA8C
Black with #B1BA8C
Text Example
Text Example
White with #B1BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA8C; }
p { color: rgb(177,186,140); }
H1.HeaderClassName
{
color: #B1BA8C;
}
.AnyTagClassName
{
color: #B1BA8C;
}
</style>
background-color css
<style>
a { background-color: #B1BA8C; }
a { background-color: rgb(177,186,140); }
div.DivClassName
{
background-color: #B1BA8C;
}
.BgClassName
{
background-color: #B1BA8C;
}
</style>
border-color css
<style>
span { border-color: #B1BA8C; }
span { border-color: rgb(177,186,140); }
td.TdClassName
{
border-color: #B1BA8C;
}
.TagClassName
{
border-color: #B1BA8C;
}
</style>