Shades of Caper #B0BB7A
Tints of Caper #B0BB7A
RGB
CMYK
RGB Variations
Color information
#B0BB7A (or 0xB0BB7A) is known color: Caper. HEX triplet: B0, BB and 7A. RGB value is (176,187,122). Sum of RGB (Red+Green+Blue) = 176+187+122=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB7A is #4F4485. Grayscale: #B0B0B0. Windows color (decimal): -5194886 or 8043440. OLE color: 8043440.
HSL color Cylindrical-coordinate representation of color #B0BB7A: hue angle of 70.15º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0BB7A is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 122 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.27 |
| HSL | 70.15º | 0.32% | 0.61% | - |
| HSV(B) | 70.15º | 0.35% | 0.73% | - |
| XYZ | 39.19 | 46.18 | 25.26 | - |
| YUV | 176.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 122 | 0.06 | 0 | 0.35 | 0.27 | 70.15 | 0.32 | 0.61 |
| Hex | B0 | BB | 7A | 6 | 0 | 23 | 1B | 46 | 20 | 3D |
| Octal | 260 | 273 | 172 | 6 | 0 | 43 | 33 | 106 | 40 | 75 |
| Binary | 10110000 | 10111011 | 1111010 | 110 | 0 | 100011 | 11011 | 1000110 | 100000 | 111101 |
Color Harmonies of #B0BB7A
Complementary color
Monochromatic Colors of #B0BB7A
Black with #B0BB7A
Text Example
Text Example
White with #B0BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB7A; }
p { color: rgb(176,187,122); }
H1.HeaderClassName
{
color: #B0BB7A;
}
.AnyTagClassName
{
color: #B0BB7A;
}
</style>
background-color css
<style>
a { background-color: #B0BB7A; }
a { background-color: rgb(176,187,122); }
div.DivClassName
{
background-color: #B0BB7A;
}
.BgClassName
{
background-color: #B0BB7A;
}
</style>
border-color css
<style>
span { border-color: #B0BB7A; }
span { border-color: rgb(176,187,122); }
td.TdClassName
{
border-color: #B0BB7A;
}
.TagClassName
{
border-color: #B0BB7A;
}
</style>