#BDBA9C

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

Shades of Tana #BDBA9C

Tints of Tana #BDBA9C

Color information

#BDBA9C (or 0xBDBA9C) is unknown color: approx Tana. HEX triplet: BD, BA and 9C. RGB value is (189,186,156). Sum of RGB (Red+Green+Blue) = 189+186+156=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA9C is #424563. Grayscale: #B7B7B7. Windows color (decimal): -4343140 or 10271421. OLE color: 10271421.

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

Color convert

RGB189186156-
CMYK00.020.170.26
HSL54.55º20%67.65%-
HSV(B)54.55º17.46%74.12%-
XYZ44.5548.3438.43-
YUV183.48112.49131.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=35.59%
G=35.03%
B=29.38%

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
Decimal18918615600.020.170.2654.552067.65
HexBDBA9C02111A371444
Octal2752722340221326724104
Binary1011110110111010100111000101000111010110111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA9C; }

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

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

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

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

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

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

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

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