Shades of Caper #B2BE7C
Tints of Caper #B2BE7C
RGB
CMYK
RGB Variations
Color information
#B2BE7C (or 0xB2BE7C) is known color: Caper. HEX triplet: B2, BE and 7C. RGB value is (178,190,124). Sum of RGB (Red+Green+Blue) = 178+190+124=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE7C is #4D4183. Grayscale: #B3B3B3. Windows color (decimal): -5063044 or 8175282. OLE color: 8175282.
HSL color Cylindrical-coordinate representation of color #B2BE7C: hue angle of 70.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2BE7C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 124 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.25 |
| HSL | 70.91º | 0.34% | 0.62% | - |
| HSV(B) | 70.91º | 0.35% | 0.75% | - |
| XYZ | 40.41 | 47.75 | 26.15 | - |
| YUV | 178.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 124 | 0.06 | 0 | 0.35 | 0.25 | 70.91 | 0.34 | 0.62 |
| Hex | B2 | BE | 7C | 6 | 0 | 23 | 19 | 47 | 22 | 3E |
| Octal | 262 | 276 | 174 | 6 | 0 | 43 | 31 | 107 | 42 | 76 |
| Binary | 10110010 | 10111110 | 1111100 | 110 | 0 | 100011 | 11001 | 1000111 | 100010 | 111110 |
Color Harmonies of #B2BE7C
Complementary color
Monochromatic Colors of #B2BE7C
Black with #B2BE7C
Text Example
Text Example
White with #B2BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE7C; }
p { color: rgb(178,190,124); }
H1.HeaderClassName
{
color: #B2BE7C;
}
.AnyTagClassName
{
color: #B2BE7C;
}
</style>
background-color css
<style>
a { background-color: #B2BE7C; }
a { background-color: rgb(178,190,124); }
div.DivClassName
{
background-color: #B2BE7C;
}
.BgClassName
{
background-color: #B2BE7C;
}
</style>
border-color css
<style>
span { border-color: #B2BE7C; }
span { border-color: rgb(178,190,124); }
td.TdClassName
{
border-color: #B2BE7C;
}
.TagClassName
{
border-color: #B2BE7C;
}
</style>