Shades of Caper #B0BA76
Tints of Caper #B0BA76
RGB
CMYK
RGB Variations
Color information
#B0BA76 (or 0xB0BA76) is known color: Caper. HEX triplet: B0, BA and 76. RGB value is (176,186,118). Sum of RGB (Red+Green+Blue) = 176+186+118=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA76 is #4F4589. Grayscale: #AFAFAF. Windows color (decimal): -5195146 or 7781040. OLE color: 7781040.
HSL color Cylindrical-coordinate representation of color #B0BA76: hue angle of 68.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0BA76 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 118 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.27 |
| HSL | 68.82º | 0.33% | 0.6% | - |
| HSV(B) | 68.82º | 0.37% | 0.73% | - |
| XYZ | 38.73 | 45.66 | 23.91 | - |
| YUV | 175.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 118 | 0.05 | 0 | 0.37 | 0.27 | 68.82 | 0.33 | 0.6 |
| Hex | B0 | BA | 76 | 5 | 0 | 25 | 1B | 45 | 21 | 3C |
| Octal | 260 | 272 | 166 | 5 | 0 | 45 | 33 | 105 | 41 | 74 |
| Binary | 10110000 | 10111010 | 1110110 | 101 | 0 | 100101 | 11011 | 1000101 | 100001 | 111100 |
Color Harmonies of #B0BA76
Complementary color
Monochromatic Colors of #B0BA76
Black with #B0BA76
Text Example
Text Example
White with #B0BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA76; }
p { color: rgb(176,186,118); }
H1.HeaderClassName
{
color: #B0BA76;
}
.AnyTagClassName
{
color: #B0BA76;
}
</style>
background-color css
<style>
a { background-color: #B0BA76; }
a { background-color: rgb(176,186,118); }
div.DivClassName
{
background-color: #B0BA76;
}
.BgClassName
{
background-color: #B0BA76;
}
</style>
border-color css
<style>
span { border-color: #B0BA76; }
span { border-color: rgb(176,186,118); }
td.TdClassName
{
border-color: #B0BA76;
}
.TagClassName
{
border-color: #B0BA76;
}
</style>