#B6B786

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

Shades of Pine Glade #B6B786

Tints of Pine Glade #B6B786

Color information

#B6B786 (or 0xB6B786) is unknown color: approx Pine Glade. HEX triplet: B6, B7 and 86. RGB value is (182,183,134). Sum of RGB (Red+Green+Blue) = 182+183+134=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B786 is #494879. Grayscale: #B1B1B1. Windows color (decimal): -4802682 or 8828854. OLE color: 8828854.

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

Color convert

RGB182183134-
CMYK0.0100.270.28
HSL61.22º25.39%62.16%-
HSV(B)61.22º26.78%71.76%-
XYZ40.5345.5329.21-
YUV177.12103.67131.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=36.47%
G=36.67%
B=26.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831340.0100.270.2861.2225.3962.16
HexB6B786101B1C3d193e
Octal266267206103334753176
Binary10110110101101111000011010110111110011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B786; }

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

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

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

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

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

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

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

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