Shades of Caper #B6C987
Tints of Caper #B6C987
RGB
CMYK
RGB Variations
Color information
#B6C987 (or 0xB6C987) is known color: Caper. HEX triplet: B6, C9 and 87. RGB value is (182,201,135). Sum of RGB (Red+Green+Blue) = 182+201+135=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C987 is #493678. Grayscale: #BCBCBC. Windows color (decimal): -4798073 or 8898998. OLE color: 8898998.
HSL color Cylindrical-coordinate representation of color #B6C987: hue angle of 77.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6C987 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 135 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.21 |
| HSL | 77.27º | 0.38% | 0.66% | - |
| HSV(B) | 77.27º | 0.33% | 0.79% | - |
| XYZ | 44.55 | 53.47 | 30.89 | - |
| YUV | 187.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 135 | 0.09 | 0 | 0.33 | 0.21 | 77.27 | 0.38 | 0.66 |
| Hex | B6 | C9 | 87 | 9 | 0 | 21 | 15 | 4D | 26 | 42 |
| Octal | 266 | 311 | 207 | 11 | 0 | 41 | 25 | 115 | 46 | 102 |
| Binary | 10110110 | 11001001 | 10000111 | 1001 | 0 | 100001 | 10101 | 1001101 | 100110 | 1000010 |
Color Harmonies of #B6C987
Complementary color
Monochromatic Colors of #B6C987
Black with #B6C987
Text Example
Text Example
White with #B6C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C987; }
p { color: rgb(182,201,135); }
H1.HeaderClassName
{
color: #B6C987;
}
.AnyTagClassName
{
color: #B6C987;
}
</style>
background-color css
<style>
a { background-color: #B6C987; }
a { background-color: rgb(182,201,135); }
div.DivClassName
{
background-color: #B6C987;
}
.BgClassName
{
background-color: #B6C987;
}
</style>
border-color css
<style>
span { border-color: #B6C987; }
span { border-color: rgb(182,201,135); }
td.TdClassName
{
border-color: #B6C987;
}
.TagClassName
{
border-color: #B6C987;
}
</style>