Shades of Caper #B3BA87
Tints of Caper #B3BA87
RGB
CMYK
RGB Variations
Color information
#B3BA87 (or 0xB3BA87) is known color: Caper. HEX triplet: B3, BA and 87. RGB value is (179,186,135). Sum of RGB (Red+Green+Blue) = 179+186+135=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA87 is #4C4578. Grayscale: #B2B2B2. Windows color (decimal): -4998521 or 8895155. OLE color: 8895155.
HSL color Cylindrical-coordinate representation of color #B3BA87: hue angle of 68.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3BA87 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 135 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.27 |
| HSL | 68.24º | 0.27% | 0.63% | - |
| HSV(B) | 68.24º | 0.27% | 0.73% | - |
| XYZ | 40.52 | 46.45 | 29.75 | - |
| YUV | 178.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 135 | 0.04 | 0 | 0.27 | 0.27 | 68.24 | 0.27 | 0.63 |
| Hex | B3 | BA | 87 | 4 | 0 | 1B | 1B | 44 | 1B | 3F |
| Octal | 263 | 272 | 207 | 4 | 0 | 33 | 33 | 104 | 33 | 77 |
| Binary | 10110011 | 10111010 | 10000111 | 100 | 0 | 11011 | 11011 | 1000100 | 11011 | 111111 |
Color Harmonies of #B3BA87
Complementary color
Monochromatic Colors of #B3BA87
Black with #B3BA87
Text Example
Text Example
White with #B3BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA87; }
p { color: rgb(179,186,135); }
H1.HeaderClassName
{
color: #B3BA87;
}
.AnyTagClassName
{
color: #B3BA87;
}
</style>
background-color css
<style>
a { background-color: #B3BA87; }
a { background-color: rgb(179,186,135); }
div.DivClassName
{
background-color: #B3BA87;
}
.BgClassName
{
background-color: #B3BA87;
}
</style>
border-color css
<style>
span { border-color: #B3BA87; }
span { border-color: rgb(179,186,135); }
td.TdClassName
{
border-color: #B3BA87;
}
.TagClassName
{
border-color: #B3BA87;
}
</style>