#B1BA7F

Color #B1BA7F Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B1BA7F

Tints of Caper #B1BA7F

Color information

#B1BA7F (or 0xB1BA7F) is unknown color: approx Caper. HEX triplet: B1, BA and 7F. RGB value is (177,186,127). Sum of RGB (Red+Green+Blue) = 177+186+127=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA7F is #4E4580. Grayscale: #B0B0B0. Windows color (decimal): -5129601 or 8370865. OLE color: 8370865.

HSL color Cylindrical-coordinate representation of color #B1BA7F: hue angle of 69.15º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1BA7F is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB177186127-
CMYK0.0500.320.27
HSL69.15º29.95%61.37%-
HSV(B)69.15º31.72%72.94%-
XYZ39.524626.87-
YUV176.58100.02128.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 127 (50% from 255) = 25.92%
R=36.12%
G=37.96%
B=25.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861270.0500.320.2769.1529.9561.37
HexB1BA7F50201B451e3d
Octal2612721775040331053675
Binary10110001101110101111111101010000011011100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA7F; }

 p { color: rgb(177,186,127); }

 H1.HeaderClassName
 {
   color: #B1BA7F;
 }
 .AnyTagClassName
 {
   color: #B1BA7F;
 }
</style>
background-color css

<style>
 a { background-color: #B1BA7F; }

 a { background-color: rgb(177,186,127); }

 div.DivClassName
 {
   background-color: #B1BA7F;
 }
 .BgClassName
 {
   background-color: #B1BA7F;
 }
</style>
border-color css

<style>
 span { border-color: #B1BA7F; }

 span { border-color: rgb(177,186,127); }

 td.TdClassName
 {
   border-color: #B1BA7F;
 }
 .TagClassName
 {
   border-color: #B1BA7F;
 }
</style>