#BDBA9A

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

Shades of Tana #BDBA9A

Tints of Tana #BDBA9A

Color information

#BDBA9A (or 0xBDBA9A) is unknown color: approx Tana. HEX triplet: BD, BA and 9A. RGB value is (189,186,154). Sum of RGB (Red+Green+Blue) = 189+186+154=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA9A is #424565. Grayscale: #B7B7B7. Windows color (decimal): -4343142 or 10140349. OLE color: 10140349.

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

Color convert

RGB189186154-
CMYK00.020.190.26
HSL54.86º20.96%67.25%-
HSV(B)54.86º18.52%74.12%-
XYZ44.3848.2737.55-
YUV183.25111.49132.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=35.73%
G=35.16%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918615400.020.190.2654.8620.9667.25
HexBDBA9A02131A371543
Octal2752722320223326725103
Binary1011110110111010100110100101001111010110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA9A; }

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

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

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

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

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

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

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

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