#BDBA81

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

Shades of Pine Glade #BDBA81

Tints of Pine Glade #BDBA81

Color information

#BDBA81 (or 0xBDBA81) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 81. RGB value is (189,186,129). Sum of RGB (Red+Green+Blue) = 189+186+129=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA81 is #42457E. Grayscale: #B4B4B4. Windows color (decimal): -4343167 or 8501949. OLE color: 8501949.

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

Color convert

RGB189186129-
CMYK00.020.320.26
HSL57º31.25%62.35%-
HSV(B)57º31.75%74.12%-
XYZ42.5147.5227.7-
YUV180.498.99134.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=37.5%
G=36.90%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918612900.020.320.265731.2562.35
HexBDBA8102201A391f3e
Octal275272201024032713776
Binary1011110110111010100000010101000001101011100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA81; }

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

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

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

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

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

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

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

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