Shades of Caper #B0BA8F
Tints of Caper #B0BA8F
RGB
CMYK
RGB Variations
Color information
#B0BA8F (or 0xB0BA8F) is known color: Caper. HEX triplet: B0, BA and 8F. RGB value is (176,186,143). Sum of RGB (Red+Green+Blue) = 176+186+143=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA8F is #4F4570. Grayscale: #B2B2B2. Windows color (decimal): -5195121 or 9419440. OLE color: 9419440.
HSL color Cylindrical-coordinate representation of color #B0BA8F: hue angle of 73.95º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0BA8F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 143 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.27 |
| HSL | 73.95º | 0.24% | 0.65% | - |
| HSV(B) | 73.95º | 0.23% | 0.73% | - |
| XYZ | 40.42 | 46.33 | 32.8 | - |
| YUV | 178.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 143 | 0.05 | 0 | 0.23 | 0.27 | 73.95 | 0.24 | 0.65 |
| Hex | B0 | BA | 8F | 5 | 0 | 17 | 1B | 4A | 18 | 41 |
| Octal | 260 | 272 | 217 | 5 | 0 | 27 | 33 | 112 | 30 | 101 |
| Binary | 10110000 | 10111010 | 10001111 | 101 | 0 | 10111 | 11011 | 1001010 | 11000 | 1000001 |
Color Harmonies of #B0BA8F
Complementary color
Monochromatic Colors of #B0BA8F
Black with #B0BA8F
Text Example
Text Example
White with #B0BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA8F; }
p { color: rgb(176,186,143); }
H1.HeaderClassName
{
color: #B0BA8F;
}
.AnyTagClassName
{
color: #B0BA8F;
}
</style>
background-color css
<style>
a { background-color: #B0BA8F; }
a { background-color: rgb(176,186,143); }
div.DivClassName
{
background-color: #B0BA8F;
}
.BgClassName
{
background-color: #B0BA8F;
}
</style>
border-color css
<style>
span { border-color: #B0BA8F; }
span { border-color: rgb(176,186,143); }
td.TdClassName
{
border-color: #B0BA8F;
}
.TagClassName
{
border-color: #B0BA8F;
}
</style>