#B4B47C

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

Shades of Pine Glade #B4B47C

Tints of Pine Glade #B4B47C

Color information

#B4B47C (or 0xB4B47C) is unknown color: approx Pine Glade. HEX triplet: B4, B4 and 7C. RGB value is (180,180,124). Sum of RGB (Red+Green+Blue) = 180+180+124=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B47C is #4B4B83. Grayscale: #ADADAD. Windows color (decimal): -4934532 or 8172724. OLE color: 8172724.

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

Color convert

RGB180180124-
CMYK000.310.29
HSL60º27.18%59.61%-
HSV(B)60º31.11%70.59%-
XYZ38.7843.825.48-
YUV173.62100132.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=37.19%
G=37.19%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180124000.310.296027.1859.61
HexB4B47C001F1D3c1b3c
Octal264264174003735743374
Binary1011010010110100111110000111111110111110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B47C; }

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

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

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

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

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

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

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

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