#B1B47F

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

Shades of Pine Glade #B1B47F

Tints of Pine Glade #B1B47F

Color information

#B1B47F (or 0xB1B47F) is unknown color: approx Pine Glade. HEX triplet: B1, B4 and 7F. RGB value is (177,180,127). Sum of RGB (Red+Green+Blue) = 177+180+127=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B47F is #4E4B80. Grayscale: #ADADAD. Windows color (decimal): -5131137 or 8369329. OLE color: 8369329.

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

Color convert

RGB177180127-
CMYK0.0200.290.29
HSL63.4º26.11%60.2%-
HSV(B)63.4º29.44%70.59%-
XYZ38.2843.5226.46-
YUV173.06102.01130.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.57%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 127 (50% from 255) = 26.24%
R=36.57%
G=37.19%
B=26.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771801270.0200.290.2963.426.1160.2
HexB1B47F201D1D3f1a3c
Octal261264177203535773274
Binary10110001101101001111111100111011110111111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B47F; }

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

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

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

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

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

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

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

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