#BDB39F

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

Shades of Tea #BDB39F

Tints of Tea #BDB39F

Color information

#BDB39F (or 0xBDB39F) is unknown color: approx Tea. HEX triplet: BD, B3 and 9F. RGB value is (189,179,159). Sum of RGB (Red+Green+Blue) = 189+179+159=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB39F is #424C60. Grayscale: #B3B3B3. Windows color (decimal): -4344929 or 10466237. OLE color: 10466237.

HSL color Cylindrical-coordinate representation of color #BDB39F: hue angle of 40º 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 #BDB39F is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189179159-
CMYK00.050.160.26
HSL40º18.52%68.24%-
HSV(B)40º15.87%74.12%-
XYZ43.3645.5639.31-
YUV179.71116.31134.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=35.86%
G=33.97%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917915900.050.160.264018.5268.24
HexBDB39F05101A281344
Octal2752632370520325023104
Binary10111101101100111001111101011000011010101000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB39F; }

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

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

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

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

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

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

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

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