Shades of Caper #B0BE7B
Tints of Caper #B0BE7B
RGB
CMYK
RGB Variations
Color information
#B0BE7B (or 0xB0BE7B) is known color: Caper. HEX triplet: B0, BE and 7B. RGB value is (176,190,123). Sum of RGB (Red+Green+Blue) = 176+190+123=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE7B is #4F4184. Grayscale: #B2B2B2. Windows color (decimal): -5194117 or 8109744. OLE color: 8109744.
HSL color Cylindrical-coordinate representation of color #B0BE7B: hue angle of 72.54º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0BE7B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 123 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.25 |
| HSL | 72.54º | 0.34% | 0.61% | - |
| HSV(B) | 72.54º | 0.35% | 0.75% | - |
| XYZ | 39.89 | 47.49 | 25.8 | - |
| YUV | 178.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 123 | 0.07 | 0 | 0.35 | 0.25 | 72.54 | 0.34 | 0.61 |
| Hex | B0 | BE | 7B | 7 | 0 | 23 | 19 | 49 | 22 | 3D |
| Octal | 260 | 276 | 173 | 7 | 0 | 43 | 31 | 111 | 42 | 75 |
| Binary | 10110000 | 10111110 | 1111011 | 111 | 0 | 100011 | 11001 | 1001001 | 100010 | 111101 |
Color Harmonies of #B0BE7B
Complementary color
Monochromatic Colors of #B0BE7B
Black with #B0BE7B
Text Example
Text Example
White with #B0BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE7B; }
p { color: rgb(176,190,123); }
H1.HeaderClassName
{
color: #B0BE7B;
}
.AnyTagClassName
{
color: #B0BE7B;
}
</style>
background-color css
<style>
a { background-color: #B0BE7B; }
a { background-color: rgb(176,190,123); }
div.DivClassName
{
background-color: #B0BE7B;
}
.BgClassName
{
background-color: #B0BE7B;
}
</style>
border-color css
<style>
span { border-color: #B0BE7B; }
span { border-color: rgb(176,190,123); }
td.TdClassName
{
border-color: #B0BE7B;
}
.TagClassName
{
border-color: #B0BE7B;
}
</style>