Shades of Caper #B5BF8D
Tints of Caper #B5BF8D
RGB
CMYK
RGB Variations
Color information
#B5BF8D (or 0xB5BF8D) is known color: Caper. HEX triplet: B5, BF and 8D. RGB value is (181,191,141). Sum of RGB (Red+Green+Blue) = 181+191+141=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF8D is #4A4072. Grayscale: #B6B6B6. Windows color (decimal): -4866163 or 9289653. OLE color: 9289653.
HSL color Cylindrical-coordinate representation of color #B5BF8D: hue angle of 72º degrees, saturation: 0.28, 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 #B5BF8D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 141 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.25 |
| HSL | 72º | 0.28% | 0.65% | - |
| HSV(B) | 72º | 0.26% | 0.75% | - |
| XYZ | 42.49 | 49.01 | 32.42 | - |
| YUV | 182.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 141 | 0.05 | 0 | 0.26 | 0.25 | 72 | 0.28 | 0.65 |
| Hex | B5 | BF | 8D | 5 | 0 | 1A | 19 | 48 | 1C | 41 |
| Octal | 265 | 277 | 215 | 5 | 0 | 32 | 31 | 110 | 34 | 101 |
| Binary | 10110101 | 10111111 | 10001101 | 101 | 0 | 11010 | 11001 | 1001000 | 11100 | 1000001 |
Color Harmonies of #B5BF8D
Complementary color
Monochromatic Colors of #B5BF8D
Black with #B5BF8D
Text Example
Text Example
White with #B5BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF8D; }
p { color: rgb(181,191,141); }
H1.HeaderClassName
{
color: #B5BF8D;
}
.AnyTagClassName
{
color: #B5BF8D;
}
</style>
background-color css
<style>
a { background-color: #B5BF8D; }
a { background-color: rgb(181,191,141); }
div.DivClassName
{
background-color: #B5BF8D;
}
.BgClassName
{
background-color: #B5BF8D;
}
</style>
border-color css
<style>
span { border-color: #B5BF8D; }
span { border-color: rgb(181,191,141); }
td.TdClassName
{
border-color: #B5BF8D;
}
.TagClassName
{
border-color: #B5BF8D;
}
</style>