Shades of Caper #B5BD8D
Tints of Caper #B5BD8D
RGB
CMYK
RGB Variations
Color information
#B5BD8D (or 0xB5BD8D) is known color: Caper. HEX triplet: B5, BD and 8D. RGB value is (181,189,141). Sum of RGB (Red+Green+Blue) = 181+189+141=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BD8D is #4A4272. Grayscale: #B5B5B5. Windows color (decimal): -4866675 or 9289141. OLE color: 9289141.
HSL color Cylindrical-coordinate representation of color #B5BD8D: hue angle of 70º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5BD8D is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 141 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.26 |
| HSL | 70º | 0.27% | 0.65% | - |
| HSV(B) | 70º | 0.25% | 0.74% | - |
| XYZ | 42.06 | 48.14 | 32.27 | - |
| YUV | 181.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 141 | 0.04 | 0 | 0.25 | 0.26 | 70 | 0.27 | 0.65 |
| Hex | B5 | BD | 8D | 4 | 0 | 19 | 1A | 46 | 1B | 41 |
| Octal | 265 | 275 | 215 | 4 | 0 | 31 | 32 | 106 | 33 | 101 |
| Binary | 10110101 | 10111101 | 10001101 | 100 | 0 | 11001 | 11010 | 1000110 | 11011 | 1000001 |
Color Harmonies of #B5BD8D
Complementary color
Monochromatic Colors of #B5BD8D
Black with #B5BD8D
Text Example
Text Example
White with #B5BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD8D; }
p { color: rgb(181,189,141); }
H1.HeaderClassName
{
color: #B5BD8D;
}
.AnyTagClassName
{
color: #B5BD8D;
}
</style>
background-color css
<style>
a { background-color: #B5BD8D; }
a { background-color: rgb(181,189,141); }
div.DivClassName
{
background-color: #B5BD8D;
}
.BgClassName
{
background-color: #B5BD8D;
}
</style>
border-color css
<style>
span { border-color: #B5BD8D; }
span { border-color: rgb(181,189,141); }
td.TdClassName
{
border-color: #B5BD8D;
}
.TagClassName
{
border-color: #B5BD8D;
}
</style>