Shades of Caper #B4BF87
Tints of Caper #B4BF87
RGB
CMYK
RGB Variations
Color information
#B4BF87 (or 0xB4BF87) is known color: Caper. HEX triplet: B4, BF and 87. RGB value is (180,191,135). Sum of RGB (Red+Green+Blue) = 180+191+135=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF87 is #4B4078. Grayscale: #B5B5B5. Windows color (decimal): -4931705 or 8896436. OLE color: 8896436.
HSL color Cylindrical-coordinate representation of color #B4BF87: hue angle of 71.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4BF87 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 135 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.25 |
| HSL | 71.79º | 0.3% | 0.64% | - |
| HSV(B) | 71.79º | 0.29% | 0.75% | - |
| XYZ | 41.83 | 48.71 | 30.12 | - |
| YUV | 181.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 135 | 0.06 | 0 | 0.29 | 0.25 | 71.79 | 0.3 | 0.64 |
| Hex | B4 | BF | 87 | 6 | 0 | 1D | 19 | 48 | 1E | 40 |
| Octal | 264 | 277 | 207 | 6 | 0 | 35 | 31 | 110 | 36 | 100 |
| Binary | 10110100 | 10111111 | 10000111 | 110 | 0 | 11101 | 11001 | 1001000 | 11110 | 1000000 |
Color Harmonies of #B4BF87
Complementary color
Monochromatic Colors of #B4BF87
Black with #B4BF87
Text Example
Text Example
White with #B4BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BF87; }
p { color: rgb(180,191,135); }
H1.HeaderClassName
{
color: #B4BF87;
}
.AnyTagClassName
{
color: #B4BF87;
}
</style>
background-color css
<style>
a { background-color: #B4BF87; }
a { background-color: rgb(180,191,135); }
div.DivClassName
{
background-color: #B4BF87;
}
.BgClassName
{
background-color: #B4BF87;
}
</style>
border-color css
<style>
span { border-color: #B4BF87; }
span { border-color: rgb(180,191,135); }
td.TdClassName
{
border-color: #B4BF87;
}
.TagClassName
{
border-color: #B4BF87;
}
</style>