#B1B485

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

Shades of Pine Glade #B1B485

Tints of Pine Glade #B1B485

Color information

#B1B485 (or 0xB1B485) is unknown color: approx Pine Glade. HEX triplet: B1, B4 and 85. RGB value is (177,180,133). Sum of RGB (Red+Green+Blue) = 177+180+133=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B485 is #4E4B7A. Grayscale: #ADADAD. Windows color (decimal): -5131131 or 8762545. OLE color: 8762545.

HSL color Cylindrical-coordinate representation of color #B1B485: hue angle of 63.83º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B485 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB177180133-
CMYK0.0200.260.29
HSL63.83º23.86%61.37%-
HSV(B)63.83º26.11%70.59%-
XYZ38.6943.6828.58-
YUV173.74105.01130.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=36.12%
G=36.73%
B=27.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801330.0200.260.2963.8323.8661.37
HexB1B485201A1D40183d
Octal2612642052032351003075
Binary1011000110110100100001011001101011101100000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B485; }

 p { color: rgb(177,180,133); }

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

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

 a { background-color: rgb(177,180,133); }

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

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

 span { border-color: rgb(177,180,133); }

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