Shades of Caper #B0BA85
Tints of Caper #B0BA85
RGB
CMYK
RGB Variations
Color information
#B0BA85 (or 0xB0BA85) is known color: Caper. HEX triplet: B0, BA and 85. RGB value is (176,186,133). Sum of RGB (Red+Green+Blue) = 176+186+133=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA85 is #4F457A. Grayscale: #B1B1B1. Windows color (decimal): -5195131 or 8764080. OLE color: 8764080.
HSL color Cylindrical-coordinate representation of color #B0BA85: hue angle of 71.32º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0BA85 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 133 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.27 |
| HSL | 71.32º | 0.28% | 0.63% | - |
| HSV(B) | 71.32º | 0.28% | 0.73% | - |
| XYZ | 39.7 | 46.04 | 28.98 | - |
| YUV | 176.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 133 | 0.05 | 0 | 0.28 | 0.27 | 71.32 | 0.28 | 0.63 |
| Hex | B0 | BA | 85 | 5 | 0 | 1C | 1B | 47 | 1C | 3F |
| Octal | 260 | 272 | 205 | 5 | 0 | 34 | 33 | 107 | 34 | 77 |
| Binary | 10110000 | 10111010 | 10000101 | 101 | 0 | 11100 | 11011 | 1000111 | 11100 | 111111 |
Color Harmonies of #B0BA85
Complementary color
Monochromatic Colors of #B0BA85
Black with #B0BA85
Text Example
Text Example
White with #B0BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA85; }
p { color: rgb(176,186,133); }
H1.HeaderClassName
{
color: #B0BA85;
}
.AnyTagClassName
{
color: #B0BA85;
}
</style>
background-color css
<style>
a { background-color: #B0BA85; }
a { background-color: rgb(176,186,133); }
div.DivClassName
{
background-color: #B0BA85;
}
.BgClassName
{
background-color: #B0BA85;
}
</style>
border-color css
<style>
span { border-color: #B0BA85; }
span { border-color: rgb(176,186,133); }
td.TdClassName
{
border-color: #B0BA85;
}
.TagClassName
{
border-color: #B0BA85;
}
</style>