#B1B37A

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

Shades of Pine Glade #B1B37A

Tints of Pine Glade #B1B37A

Color information

#B1B37A (or 0xB1B37A) is unknown color: approx Pine Glade. HEX triplet: B1, B3 and 7A. RGB value is (177,179,122). Sum of RGB (Red+Green+Blue) = 177+179+122=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B37A is #4E4C85. Grayscale: #ACACAC. Windows color (decimal): -5131398 or 8041393. OLE color: 8041393.

HSL color Cylindrical-coordinate representation of color #B1B37A: hue angle of 62.11º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1B37A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB177179122-
CMYK0.0100.320.30
HSL62.11º27.27%59.02%-
HSV(B)62.11º31.84%70.2%-
XYZ37.7642.9924.72-
YUV171.999.84131.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=37.03%
G=37.45%
B=25.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771791220.0100.320.3062.1127.2759.02
HexB1B37A10201E3e1b3b
Octal261263172104036763373
Binary10110001101100111111010101000001111011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B37A; }

 p { color: rgb(177,179,122); }

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

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

 a { background-color: rgb(177,179,122); }

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

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

 span { border-color: rgb(177,179,122); }

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