#B4B37E

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

Shades of Pine Glade #B4B37E

Tints of Pine Glade #B4B37E

Color information

#B4B37E (or 0xB4B37E) is unknown color: approx Pine Glade. HEX triplet: B4, B3 and 7E. RGB value is (180,179,126). Sum of RGB (Red+Green+Blue) = 180+179+126=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B37E is #4B4C81. Grayscale: #ADADAD. Windows color (decimal): -4934786 or 8303540. OLE color: 8303540.

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

Color convert

RGB180179126-
CMYK00.010.30.29
HSL58.89º26.47%60%-
HSV(B)58.89º30%70.59%-
XYZ38.7143.4526.09-
YUV173.26101.33132.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=37.11%
G=36.91%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017912600.010.30.2958.8926.4760
HexB4B37E011E1D3b1a3c
Octal264263176013635733274
Binary1011010010110011111111001111101110111101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B37E; }

 p { color: rgb(180,179,126); }

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

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

 a { background-color: rgb(180,179,126); }

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

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

 span { border-color: rgb(180,179,126); }

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