#BDBA79

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

Shades of Pine Glade #BDBA79

Tints of Pine Glade #BDBA79

Color information

#BDBA79 (or 0xBDBA79) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 79. RGB value is (189,186,121). Sum of RGB (Red+Green+Blue) = 189+186+121=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA79 is #424586. Grayscale: #B3B3B3. Windows color (decimal): -4343175 or 7977661. OLE color: 7977661.

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

Color convert

RGB189186121-
CMYK00.020.360.26
HSL57.35º34%60.78%-
HSV(B)57.35º35.98%74.12%-
XYZ4247.3225.01-
YUV179.4994.99134.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=38.10%
G=37.5%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918612100.020.360.2657.353460.78
HexBDBA7902241A39223d
Octal275272171024432714275
Binary1011110110111010111100101010010011010111001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA79; }

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

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

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

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

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

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

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

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