#B6B985

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

Shades of Pine Glade #B6B985

Tints of Pine Glade #B6B985

Color information

#B6B985 (or 0xB6B985) is unknown color: approx Pine Glade. HEX triplet: B6, B9 and 85. RGB value is (182,185,133). Sum of RGB (Red+Green+Blue) = 182+185+133=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B985 is #49467A. Grayscale: #B2B2B2. Windows color (decimal): -4802171 or 8763830. OLE color: 8763830.

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

Color convert

RGB182185133-
CMYK0.0200.280.27
HSL63.46º27.08%62.35%-
HSV(B)63.46º28.11%72.55%-
XYZ40.8746.3428.98-
YUV178.18102.51130.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=36.4%
G=37%
B=26.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851330.0200.280.2763.4627.0862.35
HexB6B985201C1B3f1b3e
Octal266271205203433773376
Binary101101101011100110000101100111001101111111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B985; }

 p { color: rgb(182,185,133); }

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

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

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

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

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

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

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