#B5B686

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

Shades of Pine Glade #B5B686

Tints of Pine Glade #B5B686

Color information

#B5B686 (or 0xB5B686) is unknown color: approx Pine Glade. HEX triplet: B5, B6 and 86. RGB value is (181,182,134). Sum of RGB (Red+Green+Blue) = 181+182+134=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B686 is #4A4979. Grayscale: #B0B0B0. Windows color (decimal): -4868474 or 8828597. OLE color: 8828597.

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

Color convert

RGB181182134-
CMYK0.0100.260.29
HSL61.25º24.74%61.96%-
HSV(B)61.25º26.37%71.37%-
XYZ40.094529.13-
YUV176.23104.17131.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=36.42%
G=36.62%
B=26.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811821340.0100.260.2961.2524.7461.96
HexB5B686101A1D3d193e
Octal265266206103235753176
Binary10110101101101101000011010110101110111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B686; }

 p { color: rgb(181,182,134); }

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

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

 a { background-color: rgb(181,182,134); }

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

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

 span { border-color: rgb(181,182,134); }

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