Shades of Caper #B1BD8A
Tints of Caper #B1BD8A
RGB
CMYK
RGB Variations
Color information
#B1BD8A (or 0xB1BD8A) is known color: Caper. HEX triplet: B1, BD and 8A. RGB value is (177,189,138). Sum of RGB (Red+Green+Blue) = 177+189+138=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD8A is #4E4275. Grayscale: #B3B3B3. Windows color (decimal): -5128822 or 9092529. OLE color: 9092529.
HSL color Cylindrical-coordinate representation of color #B1BD8A: hue angle of 74.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1BD8A is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 138 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.26 |
| HSL | 74.12º | 0.28% | 0.64% | - |
| HSV(B) | 74.12º | 0.27% | 0.74% | - |
| XYZ | 40.92 | 47.58 | 31.07 | - |
| YUV | 179.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 138 | 0.06 | 0 | 0.27 | 0.26 | 74.12 | 0.28 | 0.64 |
| Hex | B1 | BD | 8A | 6 | 0 | 1B | 1A | 4A | 1C | 40 |
| Octal | 261 | 275 | 212 | 6 | 0 | 33 | 32 | 112 | 34 | 100 |
| Binary | 10110001 | 10111101 | 10001010 | 110 | 0 | 11011 | 11010 | 1001010 | 11100 | 1000000 |
Color Harmonies of #B1BD8A
Complementary color
Monochromatic Colors of #B1BD8A
Black with #B1BD8A
Text Example
Text Example
White with #B1BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD8A; }
p { color: rgb(177,189,138); }
H1.HeaderClassName
{
color: #B1BD8A;
}
.AnyTagClassName
{
color: #B1BD8A;
}
</style>
background-color css
<style>
a { background-color: #B1BD8A; }
a { background-color: rgb(177,189,138); }
div.DivClassName
{
background-color: #B1BD8A;
}
.BgClassName
{
background-color: #B1BD8A;
}
</style>
border-color css
<style>
span { border-color: #B1BD8A; }
span { border-color: rgb(177,189,138); }
td.TdClassName
{
border-color: #B1BD8A;
}
.TagClassName
{
border-color: #B1BD8A;
}
</style>