#BDBA7D

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

Shades of Pine Glade #BDBA7D

Tints of Pine Glade #BDBA7D

Color information

#BDBA7D (or 0xBDBA7D) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 7D. RGB value is (189,186,125). Sum of RGB (Red+Green+Blue) = 189+186+125=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7D is #424582. Grayscale: #B4B4B4. Windows color (decimal): -4343171 or 8239805. OLE color: 8239805.

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

Color convert

RGB189186125-
CMYK00.020.340.26
HSL57.19º32.65%61.57%-
HSV(B)57.19º33.86%74.12%-
XYZ42.2547.4226.33-
YUV179.9496.99134.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 125 (49.22% from 255) = 25%
R=37.8%
G=37.2%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918612500.020.340.2657.1932.6561.57
HexBDBA7D02221A39213e
Octal275272175024232714176
Binary1011110110111010111110101010001011010111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA7D; }

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

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

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

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

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

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

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

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