Shades of Caper #B1BF7F
Tints of Caper #B1BF7F
RGB
CMYK
RGB Variations
Color information
#B1BF7F (or 0xB1BF7F) is known color: Caper. HEX triplet: B1, BF and 7F. RGB value is (177,191,127). Sum of RGB (Red+Green+Blue) = 177+191+127=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF7F is #4E4080. Grayscale: #B3B3B3. Windows color (decimal): -5128321 or 8372145. OLE color: 8372145.
HSL color Cylindrical-coordinate representation of color #B1BF7F: hue angle of 73.12º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1BF7F is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 127 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.25 |
| HSL | 73.13º | 0.33% | 0.62% | - |
| HSV(B) | 73.13º | 0.34% | 0.75% | - |
| XYZ | 40.59 | 48.14 | 27.23 | - |
| YUV | 179.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 127 | 0.07 | 0 | 0.34 | 0.25 | 73.13 | 0.33 | 0.62 |
| Hex | B1 | BF | 7F | 7 | 0 | 22 | 19 | 49 | 21 | 3E |
| Octal | 261 | 277 | 177 | 7 | 0 | 42 | 31 | 111 | 41 | 76 |
| Binary | 10110001 | 10111111 | 1111111 | 111 | 0 | 100010 | 11001 | 1001001 | 100001 | 111110 |
Color Harmonies of #B1BF7F
Complementary color
Monochromatic Colors of #B1BF7F
Black with #B1BF7F
Text Example
Text Example
White with #B1BF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF7F; }
p { color: rgb(177,191,127); }
H1.HeaderClassName
{
color: #B1BF7F;
}
.AnyTagClassName
{
color: #B1BF7F;
}
</style>
background-color css
<style>
a { background-color: #B1BF7F; }
a { background-color: rgb(177,191,127); }
div.DivClassName
{
background-color: #B1BF7F;
}
.BgClassName
{
background-color: #B1BF7F;
}
</style>
border-color css
<style>
span { border-color: #B1BF7F; }
span { border-color: rgb(177,191,127); }
td.TdClassName
{
border-color: #B1BF7F;
}
.TagClassName
{
border-color: #B1BF7F;
}
</style>