#BDBA7E

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

Shades of Pine Glade #BDBA7E

Tints of Pine Glade #BDBA7E

Color information

#BDBA7E (or 0xBDBA7E) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 7E. RGB value is (189,186,126). Sum of RGB (Red+Green+Blue) = 189+186+126=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7E is #424581. Grayscale: #B4B4B4. Windows color (decimal): -4343170 or 8305341. OLE color: 8305341.

HSL color Cylindrical-coordinate representation of color #BDBA7E: hue angle of 57.14º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBA7E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189186126-
CMYK00.020.330.26
HSL57.14º32.31%61.76%-
HSV(B)57.14º33.33%74.12%-
XYZ42.3147.4426.67-
YUV180.0697.49134.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=37.72%
G=37.13%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918612600.020.330.2657.1432.3161.76
HexBDBA7E02211A39203e
Octal275272176024132714076
Binary1011110110111010111111001010000111010111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA7E; }

 p { color: rgb(189,186,126); }

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

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

 a { background-color: rgb(189,186,126); }

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

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

 span { border-color: rgb(189,186,126); }

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