Shades of Caper #B0BC7E
Tints of Caper #B0BC7E
RGB
CMYK
RGB Variations
Color information
#B0BC7E (or 0xB0BC7E) is known color: Caper. HEX triplet: B0, BC and 7E. RGB value is (176,188,126). Sum of RGB (Red+Green+Blue) = 176+188+126=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC7E is #4F4381. Grayscale: #B1B1B1. Windows color (decimal): -5194626 or 8305840. OLE color: 8305840.
HSL color Cylindrical-coordinate representation of color #B0BC7E: hue angle of 71.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0BC7E is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 126 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.26 |
| HSL | 71.61º | 0.32% | 0.62% | - |
| HSV(B) | 71.61º | 0.33% | 0.74% | - |
| XYZ | 39.65 | 46.7 | 26.66 | - |
| YUV | 177.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 126 | 0.06 | 0 | 0.33 | 0.26 | 71.61 | 0.32 | 0.62 |
| Hex | B0 | BC | 7E | 6 | 0 | 21 | 1A | 48 | 20 | 3E |
| Octal | 260 | 274 | 176 | 6 | 0 | 41 | 32 | 110 | 40 | 76 |
| Binary | 10110000 | 10111100 | 1111110 | 110 | 0 | 100001 | 11010 | 1001000 | 100000 | 111110 |
Color Harmonies of #B0BC7E
Complementary color
Monochromatic Colors of #B0BC7E
Black with #B0BC7E
Text Example
Text Example
White with #B0BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC7E; }
p { color: rgb(176,188,126); }
H1.HeaderClassName
{
color: #B0BC7E;
}
.AnyTagClassName
{
color: #B0BC7E;
}
</style>
background-color css
<style>
a { background-color: #B0BC7E; }
a { background-color: rgb(176,188,126); }
div.DivClassName
{
background-color: #B0BC7E;
}
.BgClassName
{
background-color: #B0BC7E;
}
</style>
border-color css
<style>
span { border-color: #B0BC7E; }
span { border-color: rgb(176,188,126); }
td.TdClassName
{
border-color: #B0BC7E;
}
.TagClassName
{
border-color: #B0BC7E;
}
</style>