#B5B47D

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

Shades of Pine Glade #B5B47D

Tints of Pine Glade #B5B47D

Color information

#B5B47D (or 0xB5B47D) is unknown color: approx Pine Glade. HEX triplet: B5, B4 and 7D. RGB value is (181,180,125). Sum of RGB (Red+Green+Blue) = 181+180+125=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B47D is #4A4B82. Grayscale: #AEAEAE. Windows color (decimal): -4868995 or 8238261. OLE color: 8238261.

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

Color convert

RGB181180125-
CMYK00.010.310.29
HSL58.93º27.45%60%-
HSV(B)58.93º30.94%70.98%-
XYZ39.0843.9525.82-
YUV174.03100.33132.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 125 (49.22% from 255) = 25.72%
R=37.24%
G=37.04%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118012500.010.310.2958.9327.4560
HexB5B47D011F1D3b1b3c
Octal265264175013735733374
Binary1011010110110100111110101111111110111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B47D; }

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

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

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

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

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

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

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

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