Shades of Caper #B2BF7D
Tints of Caper #B2BF7D
RGB
CMYK
RGB Variations
Color information
#B2BF7D (or 0xB2BF7D) is known color: Caper. HEX triplet: B2, BF and 7D. RGB value is (178,191,125). Sum of RGB (Red+Green+Blue) = 178+191+125=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF7D is #4D4082. Grayscale: #B3B3B3. Windows color (decimal): -5062787 or 8241074. OLE color: 8241074.
HSL color Cylindrical-coordinate representation of color #B2BF7D: hue angle of 71.82º 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 #B2BF7D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 125 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.25 |
| HSL | 71.82º | 0.34% | 0.62% | - |
| HSV(B) | 71.82º | 0.35% | 0.75% | - |
| XYZ | 40.69 | 48.21 | 26.56 | - |
| YUV | 179.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 125 | 0.07 | 0 | 0.35 | 0.25 | 71.82 | 0.34 | 0.62 |
| Hex | B2 | BF | 7D | 7 | 0 | 23 | 19 | 48 | 22 | 3E |
| Octal | 262 | 277 | 175 | 7 | 0 | 43 | 31 | 110 | 42 | 76 |
| Binary | 10110010 | 10111111 | 1111101 | 111 | 0 | 100011 | 11001 | 1001000 | 100010 | 111110 |
Color Harmonies of #B2BF7D
Complementary color
Monochromatic Colors of #B2BF7D
Black with #B2BF7D
Text Example
Text Example
White with #B2BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF7D; }
p { color: rgb(178,191,125); }
H1.HeaderClassName
{
color: #B2BF7D;
}
.AnyTagClassName
{
color: #B2BF7D;
}
</style>
background-color css
<style>
a { background-color: #B2BF7D; }
a { background-color: rgb(178,191,125); }
div.DivClassName
{
background-color: #B2BF7D;
}
.BgClassName
{
background-color: #B2BF7D;
}
</style>
border-color css
<style>
span { border-color: #B2BF7D; }
span { border-color: rgb(178,191,125); }
td.TdClassName
{
border-color: #B2BF7D;
}
.TagClassName
{
border-color: #B2BF7D;
}
</style>