#BDB4A0

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

Shades of Tea #BDB4A0

Tints of Tea #BDB4A0

Color information

#BDB4A0 (or 0xBDB4A0) is unknown color: approx Tea. HEX triplet: BD, B4 and A0. RGB value is (189,180,160). Sum of RGB (Red+Green+Blue) = 189+180+160=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4A0 is #424B5F. Grayscale: #B4B4B4. Windows color (decimal): -4344672 or 10532029. OLE color: 10532029.

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

Color convert

RGB189180160-
CMYK00.050.150.26
HSL41.38º18.01%68.43%-
HSV(B)41.38º15.34%74.12%-
XYZ43.654639.84-
YUV180.41116.48134.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 180 (70.70% from 255) = 34.03%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=35.73%
G=34.03%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918016000.050.150.2641.3818.0168.43
HexBDB4A005F1A291244
Octal2752642400517325122104
Binary1011110110110100101000000101111111010101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4A0; }

 p { color: rgb(189,180,160); }

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

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

 a { background-color: rgb(189,180,160); }

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

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

 span { border-color: rgb(189,180,160); }

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