#B4B37D

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

Shades of Pine Glade #B4B37D

Tints of Pine Glade #B4B37D

Color information

#B4B37D (or 0xB4B37D) is unknown color: approx Pine Glade. HEX triplet: B4, B3 and 7D. RGB value is (180,179,125). Sum of RGB (Red+Green+Blue) = 180+179+125=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B37D is #4B4C82. Grayscale: #ADADAD. Windows color (decimal): -4934787 or 8238004. OLE color: 8238004.

HSL color Cylindrical-coordinate representation of color #B4B37D: hue angle of 58.91º 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 #B4B37D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180179125-
CMYK00.010.310.29
HSL58.91º26.83%59.8%-
HSV(B)58.91º30.56%70.59%-
XYZ38.6443.4225.75-
YUV173.14100.83132.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=37.19%
G=36.98%
B=25.83%

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
Decimal18017912500.010.310.2958.9126.8359.8
HexB4B37D011F1D3b1b3c
Octal264263175013735733374
Binary1011010010110011111110101111111110111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B37D; }

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

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

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

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

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

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

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

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