#BDBA7C

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

Shades of Pine Glade #BDBA7C

Tints of Pine Glade #BDBA7C

Color information

#BDBA7C (or 0xBDBA7C) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 7C. RGB value is (189,186,124). Sum of RGB (Red+Green+Blue) = 189+186+124=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA7C is #424583. Grayscale: #B4B4B4. Windows color (decimal): -4343172 or 8174269. OLE color: 8174269.

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

Color convert

RGB189186124-
CMYK00.020.340.26
HSL57.23º32.99%61.37%-
HSV(B)57.23º34.39%74.12%-
XYZ42.1847.3925.99-
YUV179.8396.49134.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=37.88%
G=37.27%
B=24.85%

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
Decimal18918612400.020.340.2657.2332.9961.37
HexBDBA7C02221A39213d
Octal275272174024232714175
Binary1011110110111010111110001010001011010111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA7C; }

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

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

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

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

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

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

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

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