#B2B585

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

Shades of Pine Glade #B2B585

Tints of Pine Glade #B2B585

Color information

#B2B585 (or 0xB2B585) is unknown color: approx Pine Glade. HEX triplet: B2, B5 and 85. RGB value is (178,181,133). Sum of RGB (Red+Green+Blue) = 178+181+133=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B585 is #4D4A7A. Grayscale: #AEAEAE. Windows color (decimal): -5065339 or 8762802. OLE color: 8762802.

HSL color Cylindrical-coordinate representation of color #B2B585: hue angle of 63.75º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2B585 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB178181133-
CMYK0.0200.270.29
HSL63.75º24.49%61.57%-
HSV(B)63.75º26.52%70.98%-
XYZ39.1244.2128.66-
YUV174.63104.51130.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=36.18%
G=36.79%
B=27.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811330.0200.270.2963.7524.4961.57
HexB2B585201B1D40183e
Octal2622652052033351003076
Binary1011001010110101100001011001101111101100000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B585; }

 p { color: rgb(178,181,133); }

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

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

 a { background-color: rgb(178,181,133); }

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

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

 span { border-color: rgb(178,181,133); }

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