#B5B889

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

Shades of Pine Glade #B5B889

Tints of Pine Glade #B5B889

Color information

#B5B889 (or 0xB5B889) is unknown color: approx Pine Glade. HEX triplet: B5, B8 and 89. RGB value is (181,184,137). Sum of RGB (Red+Green+Blue) = 181+184+137=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B889 is #4A4776. Grayscale: #B1B1B1. Windows color (decimal): -4867959 or 9025717. OLE color: 9025717.

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

Color convert

RGB181184137-
CMYK0.0200.260.28
HSL63.83º24.87%62.94%-
HSV(B)63.83º25.54%72.16%-
XYZ40.7145.9130.38-
YUV177.74105.01130.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=36.06%
G=36.65%
B=27.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811841370.0200.260.2863.8324.8762.94
HexB5B889201A1C40193f
Octal2652702112032341003177
Binary1011010110111000100010011001101011100100000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B889; }

 p { color: rgb(181,184,137); }

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

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

 a { background-color: rgb(181,184,137); }

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

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

 span { border-color: rgb(181,184,137); }

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