Shades of Caper #B1B98B
Tints of Caper #B1B98B
RGB
CMYK
RGB Variations
Color information
#B1B98B (or 0xB1B98B) is known color: Caper. HEX triplet: B1, B9 and 8B. RGB value is (177,185,139). Sum of RGB (Red+Green+Blue) = 177+185+139=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B98B is #4E4674. Grayscale: #B1B1B1. Windows color (decimal): -5129845 or 9157041. OLE color: 9157041.
HSL color Cylindrical-coordinate representation of color #B1B98B: hue angle of 70.43º 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 #B1B98B is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 139 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.27 |
| HSL | 70.43º | 0.25% | 0.64% | - |
| HSV(B) | 70.43º | 0.25% | 0.73% | - |
| XYZ | 40.14 | 45.91 | 31.17 | - |
| YUV | 177.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 139 | 0.04 | 0 | 0.25 | 0.27 | 70.43 | 0.25 | 0.64 |
| Hex | B1 | B9 | 8B | 4 | 0 | 19 | 1B | 46 | 19 | 40 |
| Octal | 261 | 271 | 213 | 4 | 0 | 31 | 33 | 106 | 31 | 100 |
| Binary | 10110001 | 10111001 | 10001011 | 100 | 0 | 11001 | 11011 | 1000110 | 11001 | 1000000 |
Color Harmonies of #B1B98B
Complementary color
Monochromatic Colors of #B1B98B
Black with #B1B98B
Text Example
Text Example
White with #B1B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B98B; }
p { color: rgb(177,185,139); }
H1.HeaderClassName
{
color: #B1B98B;
}
.AnyTagClassName
{
color: #B1B98B;
}
</style>
background-color css
<style>
a { background-color: #B1B98B; }
a { background-color: rgb(177,185,139); }
div.DivClassName
{
background-color: #B1B98B;
}
.BgClassName
{
background-color: #B1B98B;
}
</style>
border-color css
<style>
span { border-color: #B1B98B; }
span { border-color: rgb(177,185,139); }
td.TdClassName
{
border-color: #B1B98B;
}
.TagClassName
{
border-color: #B1B98B;
}
</style>