#B5B479

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

Shades of Pine Glade #B5B479

Tints of Pine Glade #B5B479

Color information

#B5B479 (or 0xB5B479) is unknown color: approx Pine Glade. HEX triplet: B5, B4 and 79. RGB value is (181,180,121). Sum of RGB (Red+Green+Blue) = 181+180+121=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B479 is #4A4B86. Grayscale: #ADADAD. Windows color (decimal): -4868999 or 7976117. OLE color: 7976117.

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

Color convert

RGB181180121-
CMYK00.010.330.29
HSL59º28.85%59.22%-
HSV(B)59º33.15%70.98%-
XYZ38.8343.8524.51-
YUV173.5798.33133.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=37.55%
G=37.34%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118012100.010.330.295928.8559.22
HexB5B47901211D3b1d3b
Octal265264171014135733573
Binary10110101101101001111001011000011110111101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B479; }

 p { color: rgb(181,180,121); }

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

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

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

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

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

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

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