Shades of Caper #B5BF8C
Tints of Caper #B5BF8C
RGB
CMYK
RGB Variations
Color information
#B5BF8C (or 0xB5BF8C) is known color: Caper. HEX triplet: B5, BF and 8C. RGB value is (181,191,140). Sum of RGB (Red+Green+Blue) = 181+191+140=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF8C is #4A4073. Grayscale: #B6B6B6. Windows color (decimal): -4866164 or 9224117. OLE color: 9224117.
HSL color Cylindrical-coordinate representation of color #B5BF8C: hue angle of 71.76º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5BF8C is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 140 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.25 |
| HSL | 71.76º | 0.28% | 0.65% | - |
| HSV(B) | 71.76º | 0.27% | 0.75% | - |
| XYZ | 42.42 | 48.98 | 32.03 | - |
| YUV | 182.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 140 | 0.05 | 0 | 0.27 | 0.25 | 71.76 | 0.28 | 0.65 |
| Hex | B5 | BF | 8C | 5 | 0 | 1B | 19 | 48 | 1C | 41 |
| Octal | 265 | 277 | 214 | 5 | 0 | 33 | 31 | 110 | 34 | 101 |
| Binary | 10110101 | 10111111 | 10001100 | 101 | 0 | 11011 | 11001 | 1001000 | 11100 | 1000001 |
Color Harmonies of #B5BF8C
Complementary color
Monochromatic Colors of #B5BF8C
Black with #B5BF8C
Text Example
Text Example
White with #B5BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF8C; }
p { color: rgb(181,191,140); }
H1.HeaderClassName
{
color: #B5BF8C;
}
.AnyTagClassName
{
color: #B5BF8C;
}
</style>
background-color css
<style>
a { background-color: #B5BF8C; }
a { background-color: rgb(181,191,140); }
div.DivClassName
{
background-color: #B5BF8C;
}
.BgClassName
{
background-color: #B5BF8C;
}
</style>
border-color css
<style>
span { border-color: #B5BF8C; }
span { border-color: rgb(181,191,140); }
td.TdClassName
{
border-color: #B5BF8C;
}
.TagClassName
{
border-color: #B5BF8C;
}
</style>