Shades of Caper #B0BB7E
Tints of Caper #B0BB7E
RGB
CMYK
RGB Variations
Color information
#B0BB7E (or 0xB0BB7E) is known color: Caper. HEX triplet: B0, BB and 7E. RGB value is (176,187,126). Sum of RGB (Red+Green+Blue) = 176+187+126=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB7E is #4F4481. Grayscale: #B0B0B0. Windows color (decimal): -5194882 or 8305584. OLE color: 8305584.
HSL color Cylindrical-coordinate representation of color #B0BB7E: hue angle of 70.82º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0BB7E is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 126 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.27 |
| HSL | 70.82º | 0.31% | 0.61% | - |
| HSV(B) | 70.82º | 0.33% | 0.73% | - |
| XYZ | 39.44 | 46.28 | 26.59 | - |
| YUV | 176.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 126 | 0.06 | 0 | 0.33 | 0.27 | 70.82 | 0.31 | 0.61 |
| Hex | B0 | BB | 7E | 6 | 0 | 21 | 1B | 47 | 1F | 3D |
| Octal | 260 | 273 | 176 | 6 | 0 | 41 | 33 | 107 | 37 | 75 |
| Binary | 10110000 | 10111011 | 1111110 | 110 | 0 | 100001 | 11011 | 1000111 | 11111 | 111101 |
Color Harmonies of #B0BB7E
Complementary color
Monochromatic Colors of #B0BB7E
Black with #B0BB7E
Text Example
Text Example
White with #B0BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BB7E; }
p { color: rgb(176,187,126); }
H1.HeaderClassName
{
color: #B0BB7E;
}
.AnyTagClassName
{
color: #B0BB7E;
}
</style>
background-color css
<style>
a { background-color: #B0BB7E; }
a { background-color: rgb(176,187,126); }
div.DivClassName
{
background-color: #B0BB7E;
}
.BgClassName
{
background-color: #B0BB7E;
}
</style>
border-color css
<style>
span { border-color: #B0BB7E; }
span { border-color: rgb(176,187,126); }
td.TdClassName
{
border-color: #B0BB7E;
}
.TagClassName
{
border-color: #B0BB7E;
}
</style>