#BDB9A0

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

Shades of Tana #BDB9A0

Tints of Tana #BDB9A0

Color information

#BDB9A0 (or 0xBDB9A0) is unknown color: approx Tana. HEX triplet: BD, B9 and A0. RGB value is (189,185,160). Sum of RGB (Red+Green+Blue) = 189+185+160=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9A0 is #42465F. Grayscale: #B7B7B7. Windows color (decimal): -4343392 or 10533309. OLE color: 10533309.

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

Color convert

RGB189185160-
CMYK00.020.150.26
HSL51.72º18.01%68.43%-
HSV(B)51.72º15.34%74.12%-
XYZ44.6848.0540.18-
YUV183.35114.83132.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=35.39%
G=34.64%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918516000.020.150.2651.7218.0168.43
HexBDB9A002F1A341244
Octal2752712400217326422104
Binary101111011011100110100000010111111010110100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9A0; }

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

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

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

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

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

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

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

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