#BDB5A4

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

Shades of Tea #BDB5A4

Tints of Tea #BDB5A4

Color information

#BDB5A4 (or 0xBDB5A4) is unknown color: approx Tea. HEX triplet: BD, B5 and A4. RGB value is (189,181,164). Sum of RGB (Red+Green+Blue) = 189+181+164=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB5A4 is #424A5B. Grayscale: #B5B5B5. Windows color (decimal): -4344412 or 10794429. OLE color: 10794429.

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

Color convert

RGB189181164-
CMYK00.040.130.26
HSL40.8º15.92%69.22%-
HSV(B)40.8º13.23%74.12%-
XYZ44.2146.5541.78-
YUV181.45118.15133.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 164 (64.45% from 255) = 30.71%
R=35.39%
G=33.90%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918116400.040.130.2640.815.9269.22
HexBDB5A404D1A291045
Octal2752652440415325120105
Binary1011110110110101101001000100110111010101001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5A4; }

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

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

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

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

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

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

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

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