Shades of Caper #B0BE7E
Tints of Caper #B0BE7E
RGB
CMYK
RGB Variations
Color information
#B0BE7E (or 0xB0BE7E) is known color: Caper. HEX triplet: B0, BE and 7E. RGB value is (176,190,126). Sum of RGB (Red+Green+Blue) = 176+190+126=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE7E is #4F4181. Grayscale: #B2B2B2. Windows color (decimal): -5194114 or 8306352. OLE color: 8306352.
HSL color Cylindrical-coordinate representation of color #B0BE7E: hue angle of 73.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0BE7E is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 126 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.25 |
| HSL | 73.13º | 0.33% | 0.62% | - |
| HSV(B) | 73.13º | 0.34% | 0.75% | - |
| XYZ | 40.08 | 47.56 | 26.81 | - |
| YUV | 178.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 126 | 0.07 | 0 | 0.34 | 0.25 | 73.13 | 0.33 | 0.62 |
| Hex | B0 | BE | 7E | 7 | 0 | 22 | 19 | 49 | 21 | 3E |
| Octal | 260 | 276 | 176 | 7 | 0 | 42 | 31 | 111 | 41 | 76 |
| Binary | 10110000 | 10111110 | 1111110 | 111 | 0 | 100010 | 11001 | 1001001 | 100001 | 111110 |
Color Harmonies of #B0BE7E
Complementary color
Monochromatic Colors of #B0BE7E
Black with #B0BE7E
Text Example
Text Example
White with #B0BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE7E; }
p { color: rgb(176,190,126); }
H1.HeaderClassName
{
color: #B0BE7E;
}
.AnyTagClassName
{
color: #B0BE7E;
}
</style>
background-color css
<style>
a { background-color: #B0BE7E; }
a { background-color: rgb(176,190,126); }
div.DivClassName
{
background-color: #B0BE7E;
}
.BgClassName
{
background-color: #B0BE7E;
}
</style>
border-color css
<style>
span { border-color: #B0BE7E; }
span { border-color: rgb(176,190,126); }
td.TdClassName
{
border-color: #B0BE7E;
}
.TagClassName
{
border-color: #B0BE7E;
}
</style>