#BDB59F

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

Shades of Tea #BDB59F

Tints of Tea #BDB59F

Color information

#BDB59F (or 0xBDB59F) is unknown color: approx Tea. HEX triplet: BD, B5 and 9F. RGB value is (189,181,159). Sum of RGB (Red+Green+Blue) = 189+181+159=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59F is #424A60. Grayscale: #B4B4B4. Windows color (decimal): -4344417 or 10466749. OLE color: 10466749.

HSL color Cylindrical-coordinate representation of color #BDB59F: hue angle of 44º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB59F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189181159-
CMYK00.040.160.26
HSL44º18.52%68.24%-
HSV(B)44º15.87%74.12%-
XYZ43.7746.3739.44-
YUV180.88115.65133.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=35.73%
G=34.22%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918115900.040.160.264418.5268.24
HexBDB59F04101A2c1344
Octal2752652370420325423104
Binary10111101101101011001111101001000011010101100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB59F; }

 p { color: rgb(189,181,159); }

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

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

 a { background-color: rgb(189,181,159); }

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

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

 span { border-color: rgb(189,181,159); }

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