#B6B787

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

Shades of Pine Glade #B6B787

Tints of Pine Glade #B6B787

Color information

#B6B787 (or 0xB6B787) is unknown color: approx Pine Glade. HEX triplet: B6, B7 and 87. RGB value is (182,183,135). Sum of RGB (Red+Green+Blue) = 182+183+135=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B787 is #494878. Grayscale: #B1B1B1. Windows color (decimal): -4802681 or 8894390. OLE color: 8894390.

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

Color convert

RGB182183135-
CMYK0.0100.260.28
HSL61.25º25%62.35%-
HSV(B)61.25º26.23%71.76%-
XYZ40.645.5629.58-
YUV177.23104.17131.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 135 (53.12% from 255) = 27%
R=36.4%
G=36.6%
B=27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821831350.0100.260.2861.252562.35
HexB6B787101A1C3d193e
Octal266267207103234753176
Binary10110110101101111000011110110101110011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B787; }

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

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

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

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

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

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

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

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