Shades of Caper #B1BE76
Tints of Caper #B1BE76
RGB
CMYK
RGB Variations
Color information
#B1BE76 (or 0xB1BE76) is known color: Caper. HEX triplet: B1, BE and 76. RGB value is (177,190,118). Sum of RGB (Red+Green+Blue) = 177+190+118=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE76 is #4E4189. Grayscale: #B2B2B2. Windows color (decimal): -5128586 or 7782065. OLE color: 7782065.
HSL color Cylindrical-coordinate representation of color #B1BE76: hue angle of 70.83º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1BE76 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 118 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.25 |
| HSL | 70.83º | 0.36% | 0.6% | - |
| HSV(B) | 70.83º | 0.38% | 0.75% | - |
| XYZ | 39.81 | 47.48 | 24.21 | - |
| YUV | 177.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 118 | 0.07 | 0 | 0.38 | 0.25 | 70.83 | 0.36 | 0.6 |
| Hex | B1 | BE | 76 | 7 | 0 | 26 | 19 | 47 | 24 | 3C |
| Octal | 261 | 276 | 166 | 7 | 0 | 46 | 31 | 107 | 44 | 74 |
| Binary | 10110001 | 10111110 | 1110110 | 111 | 0 | 100110 | 11001 | 1000111 | 100100 | 111100 |
Color Harmonies of #B1BE76
Complementary color
Monochromatic Colors of #B1BE76
Black with #B1BE76
Text Example
Text Example
White with #B1BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE76; }
p { color: rgb(177,190,118); }
H1.HeaderClassName
{
color: #B1BE76;
}
.AnyTagClassName
{
color: #B1BE76;
}
</style>
background-color css
<style>
a { background-color: #B1BE76; }
a { background-color: rgb(177,190,118); }
div.DivClassName
{
background-color: #B1BE76;
}
.BgClassName
{
background-color: #B1BE76;
}
</style>
border-color css
<style>
span { border-color: #B1BE76; }
span { border-color: rgb(177,190,118); }
td.TdClassName
{
border-color: #B1BE76;
}
.TagClassName
{
border-color: #B1BE76;
}
</style>