#B1BA87

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

Shades of Caper #B1BA87

Tints of Caper #B1BA87

Color information

#B1BA87 (or 0xB1BA87) is unknown color: approx Caper. HEX triplet: B1, BA and 87. RGB value is (177,186,135). Sum of RGB (Red+Green+Blue) = 177+186+135=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA87 is #4E4578. Grayscale: #B1B1B1. Windows color (decimal): -5129593 or 8895153. OLE color: 8895153.

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

Color convert

RGB177186135-
CMYK0.0500.270.27
HSL70.59º26.98%62.94%-
HSV(B)70.59º27.42%72.94%-
XYZ40.0646.2129.73-
YUV177.5104.02127.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=35.54%
G=37.35%
B=27.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861350.0500.270.2770.5926.9862.94
HexB1BA87501B1B471b3f
Octal2612722075033331073377
Binary10110001101110101000011110101101111011100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA87; }

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

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

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

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

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

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

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

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