#B5B47C

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

Shades of Pine Glade #B5B47C

Tints of Pine Glade #B5B47C

Color information

#B5B47C (or 0xB5B47C) is unknown color: approx Pine Glade. HEX triplet: B5, B4 and 7C. RGB value is (181,180,124). Sum of RGB (Red+Green+Blue) = 181+180+124=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B47C is #4A4B83. Grayscale: #AEAEAE. Windows color (decimal): -4868996 or 8172725. OLE color: 8172725.

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

Color convert

RGB181180124-
CMYK00.010.310.29
HSL58.95º27.8%59.8%-
HSV(B)58.95º31.49%70.98%-
XYZ39.0243.9225.49-
YUV173.9299.83133.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=37.32%
G=37.11%
B=25.57%

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
Decimal18118012400.010.310.2958.9527.859.8
HexB5B47C011F1D3b1c3c
Octal265264174013735733474
Binary1011010110110100111110001111111110111101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B47C; }

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

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

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

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

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

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

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

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