Shades of Caper #B1BA82
Tints of Caper #B1BA82
RGB
CMYK
RGB Variations
Color information
#B1BA82 (or 0xB1BA82) is known color: Caper. HEX triplet: B1, BA and 82. RGB value is (177,186,130). Sum of RGB (Red+Green+Blue) = 177+186+130=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA82 is #4E457D. Grayscale: #B1B1B1. Windows color (decimal): -5129598 or 8567473. OLE color: 8567473.
HSL color Cylindrical-coordinate representation of color #B1BA82: hue angle of 69.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BA82 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 130 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.27 |
| HSL | 69.64º | 0.29% | 0.62% | - |
| HSV(B) | 69.64º | 0.3% | 0.73% | - |
| XYZ | 39.72 | 46.08 | 27.92 | - |
| YUV | 176.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 130 | 0.05 | 0 | 0.30 | 0.27 | 69.64 | 0.29 | 0.62 |
| Hex | B1 | BA | 82 | 5 | 0 | 1E | 1B | 46 | 1D | 3E |
| Octal | 261 | 272 | 202 | 5 | 0 | 36 | 33 | 106 | 35 | 76 |
| Binary | 10110001 | 10111010 | 10000010 | 101 | 0 | 11110 | 11011 | 1000110 | 11101 | 111110 |
Color Harmonies of #B1BA82
Complementary color
Monochromatic Colors of #B1BA82
Black with #B1BA82
Text Example
Text Example
White with #B1BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA82; }
p { color: rgb(177,186,130); }
H1.HeaderClassName
{
color: #B1BA82;
}
.AnyTagClassName
{
color: #B1BA82;
}
</style>
background-color css
<style>
a { background-color: #B1BA82; }
a { background-color: rgb(177,186,130); }
div.DivClassName
{
background-color: #B1BA82;
}
.BgClassName
{
background-color: #B1BA82;
}
</style>
border-color css
<style>
span { border-color: #B1BA82; }
span { border-color: rgb(177,186,130); }
td.TdClassName
{
border-color: #B1BA82;
}
.TagClassName
{
border-color: #B1BA82;
}
</style>