#B4B47D

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

Shades of Pine Glade #B4B47D

Tints of Pine Glade #B4B47D

Color information

#B4B47D (or 0xB4B47D) is unknown color: approx Pine Glade. HEX triplet: B4, B4 and 7D. RGB value is (180,180,125). Sum of RGB (Red+Green+Blue) = 180+180+125=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B47D is #4B4B82. Grayscale: #ADADAD. Windows color (decimal): -4934531 or 8238260. OLE color: 8238260.

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

Color convert

RGB180180125-
CMYK000.310.29
HSL60º26.83%59.8%-
HSV(B)60º30.56%70.59%-
XYZ38.8543.8325.81-
YUV173.73100.5132.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=37.11%
G=37.11%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180125000.310.296026.8359.8
HexB4B47D001F1D3c1b3c
Octal264264175003735743374
Binary1011010010110100111110100111111110111110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B47D; }

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

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

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

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

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

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

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

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