#BDBE87

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

Shades of Pine Glade #BDBE87

Tints of Pine Glade #BDBE87

Color information

#BDBE87 (or 0xBDBE87) is unknown color: approx Pine Glade. HEX triplet: BD, BE and 87. RGB value is (189,190,135). Sum of RGB (Red+Green+Blue) = 189+190+135=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE87 is #424178. Grayscale: #B7B7B7. Windows color (decimal): -4342137 or 8896189. OLE color: 8896189.

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

Color convert

RGB189190135-
CMYK0.0100.290.25
HSL61.09º29.73%63.73%-
HSV(B)61.09º28.95%74.51%-
XYZ43.7749.430.15-
YUV183.43100.67131.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 135 (53.12% from 255) = 26.26%
R=36.77%
G=36.96%
B=26.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901350.0100.290.2561.0929.7363.73
HexBDBE87101D193d1e40
Octal2752762071035317536100
Binary101111011011111010000111101110111001111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE87; }

 p { color: rgb(189,190,135); }

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

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

 a { background-color: rgb(189,190,135); }

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

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

 span { border-color: rgb(189,190,135); }

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