#B4B37C

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

Shades of Pine Glade #B4B37C

Tints of Pine Glade #B4B37C

Color information

#B4B37C (or 0xB4B37C) is unknown color: approx Pine Glade. HEX triplet: B4, B3 and 7C. RGB value is (180,179,124). Sum of RGB (Red+Green+Blue) = 180+179+124=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B37C is #4B4C83. Grayscale: #ADADAD. Windows color (decimal): -4934788 or 8172468. OLE color: 8172468.

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

Color convert

RGB180179124-
CMYK00.010.310.29
HSL58.93º27.18%59.61%-
HSV(B)58.93º31.11%70.59%-
XYZ38.5843.425.41-
YUV173.03100.33132.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=37.27%
G=37.06%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017912400.010.310.2958.9327.1859.61
HexB4B37C011F1D3b1b3c
Octal264263174013735733374
Binary1011010010110011111110001111111110111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B37C; }

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

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

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

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

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

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

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

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