#BDBA80

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

Shades of Pine Glade #BDBA80

Tints of Pine Glade #BDBA80

Color information

#BDBA80 (or 0xBDBA80) is unknown color: approx Pine Glade. HEX triplet: BD, BA and 80. RGB value is (189,186,128). Sum of RGB (Red+Green+Blue) = 189+186+128=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA80 is #42457F. Grayscale: #B4B4B4. Windows color (decimal): -4343168 or 8436413. OLE color: 8436413.

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

Color convert

RGB189186128-
CMYK00.020.320.26
HSL57.05º31.61%62.16%-
HSV(B)57.05º32.28%74.12%-
XYZ42.4447.527.35-
YUV180.2898.49134.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=37.57%
G=36.98%
B=25.45%

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
Decimal18918612800.020.320.2657.0531.6162.16
HexBDBA8002201A39203e
Octal275272200024032714076
Binary10111101101110101000000001010000011010111001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA80; }

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

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

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

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

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

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

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

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