#B5B685

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

Shades of Pine Glade #B5B685

Tints of Pine Glade #B5B685

Color information

#B5B685 (or 0xB5B685) is unknown color: approx Pine Glade. HEX triplet: B5, B6 and 85. RGB value is (181,182,133). Sum of RGB (Red+Green+Blue) = 181+182+133=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B685 is #4A497A. Grayscale: #B0B0B0. Windows color (decimal): -4868475 or 8763061. OLE color: 8763061.

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

Color convert

RGB181182133-
CMYK0.0100.270.29
HSL61.22º25.13%61.76%-
HSV(B)61.22º26.92%71.37%-
XYZ40.0244.9728.76-
YUV176.11103.67131.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=36.49%
G=36.69%
B=26.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811821330.0100.270.2961.2225.1361.76
HexB5B685101B1D3d193e
Octal265266205103335753176
Binary10110101101101101000010110110111110111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B685; }

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

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

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

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

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

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

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

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