Shades of Caper #B5BF83
Tints of Caper #B5BF83
RGB
CMYK
RGB Variations
Color information
#B5BF83 (or 0xB5BF83) is known color: Caper. HEX triplet: B5, BF and 83. RGB value is (181,191,131). Sum of RGB (Red+Green+Blue) = 181+191+131=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF83 is #4A407C. Grayscale: #B5B5B5. Windows color (decimal): -4866173 or 8634293. OLE color: 8634293.
HSL color Cylindrical-coordinate representation of color #B5BF83: hue angle of 70º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5BF83 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 131 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.25 |
| HSL | 70º | 0.32% | 0.63% | - |
| HSV(B) | 70º | 0.31% | 0.75% | - |
| XYZ | 41.78 | 48.72 | 28.68 | - |
| YUV | 181.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 131 | 0.05 | 0 | 0.31 | 0.25 | 70 | 0.32 | 0.63 |
| Hex | B5 | BF | 83 | 5 | 0 | 1F | 19 | 46 | 20 | 3F |
| Octal | 265 | 277 | 203 | 5 | 0 | 37 | 31 | 106 | 40 | 77 |
| Binary | 10110101 | 10111111 | 10000011 | 101 | 0 | 11111 | 11001 | 1000110 | 100000 | 111111 |
Color Harmonies of #B5BF83
Complementary color
Monochromatic Colors of #B5BF83
Black with #B5BF83
Text Example
Text Example
White with #B5BF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF83; }
p { color: rgb(181,191,131); }
H1.HeaderClassName
{
color: #B5BF83;
}
.AnyTagClassName
{
color: #B5BF83;
}
</style>
background-color css
<style>
a { background-color: #B5BF83; }
a { background-color: rgb(181,191,131); }
div.DivClassName
{
background-color: #B5BF83;
}
.BgClassName
{
background-color: #B5BF83;
}
</style>
border-color css
<style>
span { border-color: #B5BF83; }
span { border-color: rgb(181,191,131); }
td.TdClassName
{
border-color: #B5BF83;
}
.TagClassName
{
border-color: #B5BF83;
}
</style>