Shades of Caper #B0BE7D
Tints of Caper #B0BE7D
RGB
CMYK
RGB Variations
Color information
#B0BE7D (or 0xB0BE7D) is known color: Caper. HEX triplet: B0, BE and 7D. RGB value is (176,190,125). Sum of RGB (Red+Green+Blue) = 176+190+125=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE7D is #4F4182. Grayscale: #B2B2B2. Windows color (decimal): -5194115 or 8240816. OLE color: 8240816.
HSL color Cylindrical-coordinate representation of color #B0BE7D: hue angle of 72.92º 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 #B0BE7D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 125 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.25 |
| HSL | 72.92º | 0.33% | 0.62% | - |
| HSV(B) | 72.92º | 0.34% | 0.75% | - |
| XYZ | 40.02 | 47.54 | 26.47 | - |
| YUV | 178.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 125 | 0.07 | 0 | 0.34 | 0.25 | 72.92 | 0.33 | 0.62 |
| Hex | B0 | BE | 7D | 7 | 0 | 22 | 19 | 49 | 21 | 3E |
| Octal | 260 | 276 | 175 | 7 | 0 | 42 | 31 | 111 | 41 | 76 |
| Binary | 10110000 | 10111110 | 1111101 | 111 | 0 | 100010 | 11001 | 1001001 | 100001 | 111110 |
Color Harmonies of #B0BE7D
Complementary color
Monochromatic Colors of #B0BE7D
Black with #B0BE7D
Text Example
Text Example
White with #B0BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE7D; }
p { color: rgb(176,190,125); }
H1.HeaderClassName
{
color: #B0BE7D;
}
.AnyTagClassName
{
color: #B0BE7D;
}
</style>
background-color css
<style>
a { background-color: #B0BE7D; }
a { background-color: rgb(176,190,125); }
div.DivClassName
{
background-color: #B0BE7D;
}
.BgClassName
{
background-color: #B0BE7D;
}
</style>
border-color css
<style>
span { border-color: #B0BE7D; }
span { border-color: rgb(176,190,125); }
td.TdClassName
{
border-color: #B0BE7D;
}
.TagClassName
{
border-color: #B0BE7D;
}
</style>