Shades of Caper #B5C587
Tints of Caper #B5C587
RGB
CMYK
RGB Variations
Color information
#B5C587 (or 0xB5C587) is known color: Caper. HEX triplet: B5, C5 and 87. RGB value is (181,197,135). Sum of RGB (Red+Green+Blue) = 181+197+135=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C587 is #4A3A78. Grayscale: #B9B9B9. Windows color (decimal): -4864633 or 8897973. OLE color: 8897973.
HSL color Cylindrical-coordinate representation of color #B5C587: hue angle of 75.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5C587 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 135 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.23 |
| HSL | 75.48º | 0.35% | 0.65% | - |
| HSV(B) | 75.48º | 0.31% | 0.77% | - |
| XYZ | 43.4 | 51.51 | 30.58 | - |
| YUV | 185.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 135 | 0.08 | 0 | 0.31 | 0.23 | 75.48 | 0.35 | 0.65 |
| Hex | B5 | C5 | 87 | 8 | 0 | 1F | 17 | 4B | 23 | 41 |
| Octal | 265 | 305 | 207 | 10 | 0 | 37 | 27 | 113 | 43 | 101 |
| Binary | 10110101 | 11000101 | 10000111 | 1000 | 0 | 11111 | 10111 | 1001011 | 100011 | 1000001 |
Color Harmonies of #B5C587
Complementary color
Monochromatic Colors of #B5C587
Black with #B5C587
Text Example
Text Example
White with #B5C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C587; }
p { color: rgb(181,197,135); }
H1.HeaderClassName
{
color: #B5C587;
}
.AnyTagClassName
{
color: #B5C587;
}
</style>
background-color css
<style>
a { background-color: #B5C587; }
a { background-color: rgb(181,197,135); }
div.DivClassName
{
background-color: #B5C587;
}
.BgClassName
{
background-color: #B5C587;
}
</style>
border-color css
<style>
span { border-color: #B5C587; }
span { border-color: rgb(181,197,135); }
td.TdClassName
{
border-color: #B5C587;
}
.TagClassName
{
border-color: #B5C587;
}
</style>