#BDBA9D

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

Shades of Tana #BDBA9D

Tints of Tana #BDBA9D

Color information

#BDBA9D (or 0xBDBA9D) is unknown color: approx Tana. HEX triplet: BD, BA and 9D. RGB value is (189,186,157). Sum of RGB (Red+Green+Blue) = 189+186+157=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA9D is #424562. Grayscale: #B7B7B7. Windows color (decimal): -4343139 or 10336957. OLE color: 10336957.

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

Color convert

RGB189186157-
CMYK00.020.170.26
HSL54.38º19.51%67.84%-
HSV(B)54.38º16.93%74.12%-
XYZ44.6348.3738.88-
YUV183.59112.99131.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=35.53%
G=34.96%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918615700.020.170.2654.3819.5167.84
HexBDBA9D02111A361444
Octal2752722350221326624104
Binary1011110110111010100111010101000111010110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA9D; }

 p { color: rgb(189,186,157); }

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

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

 a { background-color: rgb(189,186,157); }

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

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

 span { border-color: rgb(189,186,157); }

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