Shades of Caper #B5C687
Tints of Caper #B5C687
RGB
CMYK
RGB Variations
Color information
#B5C687 (or 0xB5C687) is known color: Caper. HEX triplet: B5, C6 and 87. RGB value is (181,198,135). Sum of RGB (Red+Green+Blue) = 181+198+135=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C687 is #4A3978. Grayscale: #B9B9B9. Windows color (decimal): -4864377 or 8898229. OLE color: 8898229.
HSL color Cylindrical-coordinate representation of color #B5C687: hue angle of 76.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5C687 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 135 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.22 |
| HSL | 76.19º | 0.36% | 0.65% | - |
| HSV(B) | 76.19º | 0.32% | 0.78% | - |
| XYZ | 43.62 | 51.96 | 30.65 | - |
| YUV | 185.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 135 | 0.09 | 0 | 0.32 | 0.22 | 76.19 | 0.36 | 0.65 |
| Hex | B5 | C6 | 87 | 9 | 0 | 20 | 16 | 4C | 24 | 41 |
| Octal | 265 | 306 | 207 | 11 | 0 | 40 | 26 | 114 | 44 | 101 |
| Binary | 10110101 | 11000110 | 10000111 | 1001 | 0 | 100000 | 10110 | 1001100 | 100100 | 1000001 |
Color Harmonies of #B5C687
Complementary color
Monochromatic Colors of #B5C687
Black with #B5C687
Text Example
Text Example
White with #B5C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C687; }
p { color: rgb(181,198,135); }
H1.HeaderClassName
{
color: #B5C687;
}
.AnyTagClassName
{
color: #B5C687;
}
</style>
background-color css
<style>
a { background-color: #B5C687; }
a { background-color: rgb(181,198,135); }
div.DivClassName
{
background-color: #B5C687;
}
.BgClassName
{
background-color: #B5C687;
}
</style>
border-color css
<style>
span { border-color: #B5C687; }
span { border-color: rgb(181,198,135); }
td.TdClassName
{
border-color: #B5C687;
}
.TagClassName
{
border-color: #B5C687;
}
</style>