#B1BA8C

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

Shades of Caper #B1BA8C

Tints of Caper #B1BA8C

Color information

#B1BA8C (or 0xB1BA8C) is unknown color: approx Caper. HEX triplet: B1, BA and 8C. RGB value is (177,186,140). Sum of RGB (Red+Green+Blue) = 177+186+140=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA8C is #4E4573. Grayscale: #B2B2B2. Windows color (decimal): -5129588 or 9222833. OLE color: 9222833.

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

Color convert

RGB177186140-
CMYK0.0500.250.27
HSL71.74º25%63.92%-
HSV(B)71.74º24.73%72.94%-
XYZ40.4246.3631.63-
YUV178.06106.52127.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=35.19%
G=36.98%
B=27.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861400.0500.250.2771.742563.92
HexB1BA8C50191B481940
Octal26127221450313311031100
Binary101100011011101010001100101011001110111001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA8C; }

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

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

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

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

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

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

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

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