#B4B686

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

Shades of Pine Glade #B4B686

Tints of Pine Glade #B4B686

Color information

#B4B686 (or 0xB4B686) is unknown color: approx Pine Glade. HEX triplet: B4, B6 and 86. RGB value is (180,182,134). Sum of RGB (Red+Green+Blue) = 180+182+134=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B686 is #4B4979. Grayscale: #B0B0B0. Windows color (decimal): -4934010 or 8828596. OLE color: 8828596.

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

Color convert

RGB180182134-
CMYK0.0100.260.29
HSL62.5º24.74%61.96%-
HSV(B)62.5º26.37%71.37%-
XYZ39.8544.8829.12-
YUV175.93104.34130.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=36.29%
G=36.69%
B=27.02%

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
Decimal1801821340.0100.260.2962.524.7461.96
HexB4B686101A1D3e193e
Octal264266206103235763176
Binary10110100101101101000011010110101110111111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B686; }

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

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

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

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

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

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

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

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