#B6B47C

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

Shades of Pine Glade #B6B47C

Tints of Pine Glade #B6B47C

Color information

#B6B47C (or 0xB6B47C) is unknown color: approx Pine Glade. HEX triplet: B6, B4 and 7C. RGB value is (182,180,124). Sum of RGB (Red+Green+Blue) = 182+180+124=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B47C is #494B83. Grayscale: #AEAEAE. Windows color (decimal): -4803460 or 8172726. OLE color: 8172726.

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

Color convert

RGB182180124-
CMYK00.010.320.29
HSL57.93º28.43%60%-
HSV(B)57.93º31.87%71.37%-
XYZ39.2544.0425.5-
YUV174.2199.66133.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=37.45%
G=37.04%
B=25.51%

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
Decimal18218012400.010.320.2957.9328.4360
HexB6B47C01201D3a1c3c
Octal266264174014035723474
Binary10110110101101001111100011000001110111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B47C; }

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

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

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

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

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

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

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

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