Shades of Caper #B0BA81
Tints of Caper #B0BA81
RGB
CMYK
RGB Variations
Color information
#B0BA81 (or 0xB0BA81) is known color: Caper. HEX triplet: B0, BA and 81. RGB value is (176,186,129). Sum of RGB (Red+Green+Blue) = 176+186+129=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA81 is #4F457E. Grayscale: #B0B0B0. Windows color (decimal): -5195135 or 8501936. OLE color: 8501936.
HSL color Cylindrical-coordinate representation of color #B0BA81: hue angle of 70.53º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0BA81 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 129 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.27 |
| HSL | 70.53º | 0.29% | 0.62% | - |
| HSV(B) | 70.53º | 0.31% | 0.73% | - |
| XYZ | 39.43 | 45.93 | 27.56 | - |
| YUV | 176.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 129 | 0.05 | 0 | 0.31 | 0.27 | 70.53 | 0.29 | 0.62 |
| Hex | B0 | BA | 81 | 5 | 0 | 1F | 1B | 47 | 1D | 3E |
| Octal | 260 | 272 | 201 | 5 | 0 | 37 | 33 | 107 | 35 | 76 |
| Binary | 10110000 | 10111010 | 10000001 | 101 | 0 | 11111 | 11011 | 1000111 | 11101 | 111110 |
Color Harmonies of #B0BA81
Complementary color
Monochromatic Colors of #B0BA81
Black with #B0BA81
Text Example
Text Example
White with #B0BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA81; }
p { color: rgb(176,186,129); }
H1.HeaderClassName
{
color: #B0BA81;
}
.AnyTagClassName
{
color: #B0BA81;
}
</style>
background-color css
<style>
a { background-color: #B0BA81; }
a { background-color: rgb(176,186,129); }
div.DivClassName
{
background-color: #B0BA81;
}
.BgClassName
{
background-color: #B0BA81;
}
</style>
border-color css
<style>
span { border-color: #B0BA81; }
span { border-color: rgb(176,186,129); }
td.TdClassName
{
border-color: #B0BA81;
}
.TagClassName
{
border-color: #B0BA81;
}
</style>