#BDBB86

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

Shades of Pine Glade #BDBB86

Tints of Pine Glade #BDBB86

Color information

#BDBB86 (or 0xBDBB86) is unknown color: approx Pine Glade. HEX triplet: BD, BB and 86. RGB value is (189,187,134). Sum of RGB (Red+Green+Blue) = 189+187+134=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB86 is #424479. Grayscale: #B5B5B5. Windows color (decimal): -4342906 or 8829885. OLE color: 8829885.

HSL color Cylindrical-coordinate representation of color #BDBB86: hue angle of 57.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDBB86 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189187134-
CMYK00.010.290.26
HSL57.82º29.41%63.33%-
HSV(B)57.82º29.1%74.12%-
XYZ43.0648.0829.57-
YUV181.56101.16133.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=37.06%
G=36.67%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918713400.010.290.2657.8229.4163.33
HexBDBB86011D1A3a1d3f
Octal275273206013532723577
Binary10111101101110111000011001111011101011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB86; }

 p { color: rgb(189,187,134); }

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

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

 a { background-color: rgb(189,187,134); }

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

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

 span { border-color: rgb(189,187,134); }

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