Shades of Caper #B0BF6E
Tints of Caper #B0BF6E
RGB
CMYK
RGB Variations
Color information
#B0BF6E (or 0xB0BF6E) is known color: Caper. HEX triplet: B0, BF and 6E. RGB value is (176,191,110). Sum of RGB (Red+Green+Blue) = 176+191+110=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF6E is #4F4091. Grayscale: #B1B1B1. Windows color (decimal): -5193874 or 7258032. OLE color: 7258032.
HSL color Cylindrical-coordinate representation of color #B0BF6E: hue angle of 71.11º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0BF6E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 110 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.25 |
| HSL | 71.11º | 0.39% | 0.59% | - |
| HSV(B) | 71.11º | 0.42% | 0.75% | - |
| XYZ | 39.35 | 47.62 | 21.87 | - |
| YUV | 177.28 | 90.03 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 110 | 0.08 | 0 | 0.42 | 0.25 | 71.11 | 0.39 | 0.59 |
| Hex | B0 | BF | 6E | 8 | 0 | 2A | 19 | 47 | 27 | 3B |
| Octal | 260 | 277 | 156 | 10 | 0 | 52 | 31 | 107 | 47 | 73 |
| Binary | 10110000 | 10111111 | 1101110 | 1000 | 0 | 101010 | 11001 | 1000111 | 100111 | 111011 |
Color Harmonies of #B0BF6E
Complementary color
Monochromatic Colors of #B0BF6E
Black with #B0BF6E
Text Example
Text Example
White with #B0BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF6E; }
p { color: rgb(176,191,110); }
H1.HeaderClassName
{
color: #B0BF6E;
}
.AnyTagClassName
{
color: #B0BF6E;
}
</style>
background-color css
<style>
a { background-color: #B0BF6E; }
a { background-color: rgb(176,191,110); }
div.DivClassName
{
background-color: #B0BF6E;
}
.BgClassName
{
background-color: #B0BF6E;
}
</style>
border-color css
<style>
span { border-color: #B0BF6E; }
span { border-color: rgb(176,191,110); }
td.TdClassName
{
border-color: #B0BF6E;
}
.TagClassName
{
border-color: #B0BF6E;
}
</style>