#B2B47D

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

Shades of Pine Glade #B2B47D

Tints of Pine Glade #B2B47D

Color information

#B2B47D (or 0xB2B47D) is unknown color: approx Pine Glade. HEX triplet: B2, B4 and 7D. RGB value is (178,180,125). Sum of RGB (Red+Green+Blue) = 178+180+125=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B47D is #4D4B82. Grayscale: #ADADAD. Windows color (decimal): -5065603 or 8238258. OLE color: 8238258.

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

Color convert

RGB178180125-
CMYK0.0100.310.29
HSL62.18º26.83%59.8%-
HSV(B)62.18º30.56%70.59%-
XYZ38.3843.5925.79-
YUV173.13100.84131.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 125 (49.22% from 255) = 25.88%
R=36.85%
G=37.27%
B=25.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801250.0100.310.2962.1826.8359.8
HexB2B47D101F1D3e1b3c
Octal262264175103735763374
Binary1011001010110100111110110111111110111111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B47D; }

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

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

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

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

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

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

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

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