#B6B679

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

Shades of Pine Glade #B6B679

Tints of Pine Glade #B6B679

Color information

#B6B679 (or 0xB6B679) is unknown color: approx Pine Glade. HEX triplet: B6, B6 and 79. RGB value is (182,182,121). Sum of RGB (Red+Green+Blue) = 182+182+121=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B679 is #494986. Grayscale: #AFAFAF. Windows color (decimal): -4802951 or 7976630. OLE color: 7976630.

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

Color convert

RGB182182121-
CMYK000.340.29
HSL60º29.47%59.41%-
HSV(B)60º33.52%71.37%-
XYZ39.4744.7824.65-
YUV175.0597.5132.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=37.53%
G=37.53%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182182121000.340.296029.4759.41
HexB6B67900221D3c1d3b
Octal266266171004235743573
Binary10110110101101101111001001000101110111110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B679; }

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

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

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

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

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

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

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

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