#B4B47A

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

Shades of Pine Glade #B4B47A

Tints of Pine Glade #B4B47A

Color information

#B4B47A (or 0xB4B47A) is unknown color: approx Pine Glade. HEX triplet: B4, B4 and 7A. RGB value is (180,180,122). Sum of RGB (Red+Green+Blue) = 180+180+122=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B47A is #4B4B85. Grayscale: #ADADAD. Windows color (decimal): -4934534 or 8041652. OLE color: 8041652.

HSL color Cylindrical-coordinate representation of color #B4B47A: hue angle of 60º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4B47A is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180180122-
CMYK000.320.29
HSL60º27.88%59.22%-
HSV(B)60º32.22%70.59%-
XYZ38.6643.7524.82-
YUV173.3999132.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=37.34%
G=37.34%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180122000.320.296027.8859.22
HexB4B47A00201D3c1c3b
Octal264264172004035743473
Binary10110100101101001111010001000001110111110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B47A; }

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

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

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

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

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

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

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

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