#BDBB85

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

Shades of Pine Glade #BDBB85

Tints of Pine Glade #BDBB85

Color information

#BDBB85 (or 0xBDBB85) is unknown color: approx Pine Glade. HEX triplet: BD, BB and 85. RGB value is (189,187,133). Sum of RGB (Red+Green+Blue) = 189+187+133=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB85 is #42447A. Grayscale: #B5B5B5. Windows color (decimal): -4342907 or 8764349. OLE color: 8764349.

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

Color convert

RGB189187133-
CMYK00.010.300.26
HSL57.86º29.79%63.14%-
HSV(B)57.86º29.63%74.12%-
XYZ42.9948.0529.2-
YUV181.44100.66133.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=37.13%
G=36.74%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918713300.010.300.2657.8629.7963.14
HexBDBB85011E1A3a1e3f
Octal275273205013632723677
Binary10111101101110111000010101111101101011101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB85; }

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

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

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

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

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

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

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

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