Shades of Caper #B1B97E
Tints of Caper #B1B97E
RGB
CMYK
RGB Variations
Color information
#B1B97E (or 0xB1B97E) is known color: Caper. HEX triplet: B1, B9 and 7E. RGB value is (177,185,126). Sum of RGB (Red+Green+Blue) = 177+185+126=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B97E is #4E4681. Grayscale: #B0B0B0. Windows color (decimal): -5129858 or 8305073. OLE color: 8305073.
HSL color Cylindrical-coordinate representation of color #B1B97E: hue angle of 68.14º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1B97E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 126 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.27 |
| HSL | 68.14º | 0.3% | 0.61% | - |
| HSV(B) | 68.14º | 0.32% | 0.73% | - |
| XYZ | 39.25 | 45.55 | 26.46 | - |
| YUV | 175.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 126 | 0.04 | 0 | 0.32 | 0.27 | 68.14 | 0.3 | 0.61 |
| Hex | B1 | B9 | 7E | 4 | 0 | 20 | 1B | 44 | 1E | 3D |
| Octal | 261 | 271 | 176 | 4 | 0 | 40 | 33 | 104 | 36 | 75 |
| Binary | 10110001 | 10111001 | 1111110 | 100 | 0 | 100000 | 11011 | 1000100 | 11110 | 111101 |
Color Harmonies of #B1B97E
Complementary color
Monochromatic Colors of #B1B97E
Black with #B1B97E
Text Example
Text Example
White with #B1B97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B97E; }
p { color: rgb(177,185,126); }
H1.HeaderClassName
{
color: #B1B97E;
}
.AnyTagClassName
{
color: #B1B97E;
}
</style>
background-color css
<style>
a { background-color: #B1B97E; }
a { background-color: rgb(177,185,126); }
div.DivClassName
{
background-color: #B1B97E;
}
.BgClassName
{
background-color: #B1B97E;
}
</style>
border-color css
<style>
span { border-color: #B1B97E; }
span { border-color: rgb(177,185,126); }
td.TdClassName
{
border-color: #B1B97E;
}
.TagClassName
{
border-color: #B1B97E;
}
</style>