Shades of Caper #B4BE8D
Tints of Caper #B4BE8D
RGB
CMYK
RGB Variations
Color information
#B4BE8D (or 0xB4BE8D) is known color: Caper. HEX triplet: B4, BE and 8D. RGB value is (180,190,141). Sum of RGB (Red+Green+Blue) = 180+190+141=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BE8D is #4B4172. Grayscale: #B5B5B5. Windows color (decimal): -4931955 or 9289396. OLE color: 9289396.
HSL color Cylindrical-coordinate representation of color #B4BE8D: hue angle of 72.24º 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 #B4BE8D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 141 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.25 |
| HSL | 72.24º | 0.27% | 0.65% | - |
| HSV(B) | 72.24º | 0.26% | 0.75% | - |
| XYZ | 42.04 | 48.45 | 32.34 | - |
| YUV | 181.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 141 | 0.05 | 0 | 0.26 | 0.25 | 72.24 | 0.27 | 0.65 |
| Hex | B4 | BE | 8D | 5 | 0 | 1A | 19 | 48 | 1B | 41 |
| Octal | 264 | 276 | 215 | 5 | 0 | 32 | 31 | 110 | 33 | 101 |
| Binary | 10110100 | 10111110 | 10001101 | 101 | 0 | 11010 | 11001 | 1001000 | 11011 | 1000001 |
Color Harmonies of #B4BE8D
Complementary color
Monochromatic Colors of #B4BE8D
Black with #B4BE8D
Text Example
Text Example
White with #B4BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE8D; }
p { color: rgb(180,190,141); }
H1.HeaderClassName
{
color: #B4BE8D;
}
.AnyTagClassName
{
color: #B4BE8D;
}
</style>
background-color css
<style>
a { background-color: #B4BE8D; }
a { background-color: rgb(180,190,141); }
div.DivClassName
{
background-color: #B4BE8D;
}
.BgClassName
{
background-color: #B4BE8D;
}
</style>
border-color css
<style>
span { border-color: #B4BE8D; }
span { border-color: rgb(180,190,141); }
td.TdClassName
{
border-color: #B4BE8D;
}
.TagClassName
{
border-color: #B4BE8D;
}
</style>