Shades of Caper #B0BE7A
Tints of Caper #B0BE7A
RGB
CMYK
RGB Variations
Color information
#B0BE7A (or 0xB0BE7A) is known color: Caper. HEX triplet: B0, BE and 7A. RGB value is (176,190,122). Sum of RGB (Red+Green+Blue) = 176+190+122=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE7A is #4F4185. Grayscale: #B2B2B2. Windows color (decimal): -5194118 or 8044208. OLE color: 8044208.
HSL color Cylindrical-coordinate representation of color #B0BE7A: hue angle of 72.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0BE7A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 122 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.25 |
| HSL | 72.35º | 0.34% | 0.61% | - |
| HSV(B) | 72.35º | 0.36% | 0.75% | - |
| XYZ | 39.83 | 47.46 | 25.47 | - |
| YUV | 178.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 122 | 0.07 | 0 | 0.36 | 0.25 | 72.35 | 0.34 | 0.61 |
| Hex | B0 | BE | 7A | 7 | 0 | 24 | 19 | 48 | 22 | 3D |
| Octal | 260 | 276 | 172 | 7 | 0 | 44 | 31 | 110 | 42 | 75 |
| Binary | 10110000 | 10111110 | 1111010 | 111 | 0 | 100100 | 11001 | 1001000 | 100010 | 111101 |
Color Harmonies of #B0BE7A
Complementary color
Monochromatic Colors of #B0BE7A
Black with #B0BE7A
Text Example
Text Example
White with #B0BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE7A; }
p { color: rgb(176,190,122); }
H1.HeaderClassName
{
color: #B0BE7A;
}
.AnyTagClassName
{
color: #B0BE7A;
}
</style>
background-color css
<style>
a { background-color: #B0BE7A; }
a { background-color: rgb(176,190,122); }
div.DivClassName
{
background-color: #B0BE7A;
}
.BgClassName
{
background-color: #B0BE7A;
}
</style>
border-color css
<style>
span { border-color: #B0BE7A; }
span { border-color: rgb(176,190,122); }
td.TdClassName
{
border-color: #B0BE7A;
}
.TagClassName
{
border-color: #B0BE7A;
}
</style>