Shades of Caper #B5BE8D
Tints of Caper #B5BE8D
RGB
CMYK
RGB Variations
Color information
#B5BE8D (or 0xB5BE8D) is known color: Caper. HEX triplet: B5, BE and 8D. RGB value is (181,190,141). Sum of RGB (Red+Green+Blue) = 181+190+141=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BE8D is #4A4172. Grayscale: #B5B5B5. Windows color (decimal): -4866419 or 9289397. OLE color: 9289397.
HSL color Cylindrical-coordinate representation of color #B5BE8D: hue angle of 71.02º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5BE8D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 141 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.25 |
| HSL | 71.02º | 0.27% | 0.65% | - |
| HSV(B) | 71.02º | 0.26% | 0.75% | - |
| XYZ | 42.28 | 48.57 | 32.35 | - |
| YUV | 181.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 141 | 0.05 | 0 | 0.26 | 0.25 | 71.02 | 0.27 | 0.65 |
| Hex | B5 | BE | 8D | 5 | 0 | 1A | 19 | 47 | 1B | 41 |
| Octal | 265 | 276 | 215 | 5 | 0 | 32 | 31 | 107 | 33 | 101 |
| Binary | 10110101 | 10111110 | 10001101 | 101 | 0 | 11010 | 11001 | 1000111 | 11011 | 1000001 |
Color Harmonies of #B5BE8D
Complementary color
Monochromatic Colors of #B5BE8D
Black with #B5BE8D
Text Example
Text Example
White with #B5BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE8D; }
p { color: rgb(181,190,141); }
H1.HeaderClassName
{
color: #B5BE8D;
}
.AnyTagClassName
{
color: #B5BE8D;
}
</style>
background-color css
<style>
a { background-color: #B5BE8D; }
a { background-color: rgb(181,190,141); }
div.DivClassName
{
background-color: #B5BE8D;
}
.BgClassName
{
background-color: #B5BE8D;
}
</style>
border-color css
<style>
span { border-color: #B5BE8D; }
span { border-color: rgb(181,190,141); }
td.TdClassName
{
border-color: #B5BE8D;
}
.TagClassName
{
border-color: #B5BE8D;
}
</style>