#B4B37A

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

Shades of Pine Glade #B4B37A

Tints of Pine Glade #B4B37A

Color information

#B4B37A (or 0xB4B37A) is unknown color: approx Pine Glade. HEX triplet: B4, B3 and 7A. RGB value is (180,179,122). Sum of RGB (Red+Green+Blue) = 180+179+122=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B37A is #4B4C85. Grayscale: #ADADAD. Windows color (decimal): -4934790 or 8041396. OLE color: 8041396.

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

Color convert

RGB180179122-
CMYK00.010.320.29
HSL58.97º27.88%59.22%-
HSV(B)58.97º32.22%70.59%-
XYZ38.4643.3524.75-
YUV172.899.33133.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=37.42%
G=37.21%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017912200.010.320.2958.9727.8859.22
HexB4B37A01201D3b1c3b
Octal264263172014035733473
Binary10110100101100111111010011000001110111101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B37A; }

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

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

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

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

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

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

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

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