#B6B677

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

Shades of Pine Glade #B6B677

Tints of Pine Glade #B6B677

Color information

#B6B677 (or 0xB6B677) is unknown color: approx Pine Glade. HEX triplet: B6, B6 and 77. RGB value is (182,182,119). Sum of RGB (Red+Green+Blue) = 182+182+119=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B677 is #494988. Grayscale: #AFAFAF. Windows color (decimal): -4802953 or 7845558. OLE color: 7845558.

HSL color Cylindrical-coordinate representation of color #B6B677: hue angle of 60º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6B677 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182182119-
CMYK000.350.29
HSL60º30.14%59.02%-
HSV(B)60º34.62%71.37%-
XYZ39.3544.7324.01-
YUV174.8296.5133.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 119 (46.88% from 255) = 24.64%
R=37.68%
G=37.68%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182182119000.350.296030.1459.02
HexB6B67700231D3c1e3b
Octal266266167004335743673
Binary10110110101101101110111001000111110111110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B677; }

 p { color: rgb(182,182,119); }

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

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

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

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

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

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

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