#BDBA7F

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

Shades of Pine Glade #BDBA7F

Tints of Pine Glade #BDBA7F

Color information

#BDBA7F (or 0xBDBA7F) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 7F. RGB value is (189,186,127). Sum of RGB (Red+Green+Blue) = 189+186+127=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7F is #424580. Grayscale: #B4B4B4. Windows color (decimal): -4343169 or 8370877. OLE color: 8370877.

HSL color Cylindrical-coordinate representation of color #BDBA7F: hue angle of 57.1º 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 #BDBA7F is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189186127-
CMYK00.020.330.26
HSL57.1º31.96%61.96%-
HSV(B)57.1º32.8%74.12%-
XYZ42.3847.4727.01-
YUV180.1797.99134.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 127 (50% from 255) = 25.30%
R=37.65%
G=37.05%
B=25.30%

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
Decimal18918612700.020.330.2657.131.9661.96
HexBDBA7F02211A39203e
Octal275272177024132714076
Binary1011110110111010111111101010000111010111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA7F; }

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

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

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

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

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

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

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

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