#BDBAA1

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

Shades of Tana #BDBAA1

Tints of Tana #BDBAA1

Color information

#BDBAA1 (or 0xBDBAA1) is unknown color: approx Tana. HEX triplet: BD, BA and A1. RGB value is (189,186,161). Sum of RGB (Red+Green+Blue) = 189+186+161=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBAA1 is #42455E. Grayscale: #B8B8B8. Windows color (decimal): -4343135 or 10599101. OLE color: 10599101.

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

Color convert

RGB189186161-
CMYK00.020.150.26
HSL53.57º17.5%68.63%-
HSV(B)53.57º14.81%74.12%-
XYZ44.9848.5140.71-
YUV184.05114.99131.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 161 (63.28% from 255) = 30.04%
R=35.26%
G=34.70%
B=30.04%

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
Decimal18918616100.020.150.2653.5717.568.63
HexBDBAA102F1A361245
Octal2752722410217326622105
Binary101111011011101010100001010111111010110110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAA1; }

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

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

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

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

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

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

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

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