#BDBA9B

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

Shades of Tana #BDBA9B

Tints of Tana #BDBA9B

Color information

#BDBA9B (or 0xBDBA9B) is unknown color: approx Tana. HEX triplet: BD, BA and 9B. RGB value is (189,186,155). Sum of RGB (Red+Green+Blue) = 189+186+155=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBA9B is #424564. Grayscale: #B7B7B7. Windows color (decimal): -4343141 or 10205885. OLE color: 10205885.

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

Color convert

RGB189186155-
CMYK00.020.180.26
HSL54.71º20.48%67.45%-
HSV(B)54.71º17.99%74.12%-
XYZ44.4648.337.99-
YUV183.36111.99132.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=35.66%
G=35.09%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918615500.020.180.2654.7120.4867.45
HexBDBA9B02121A371443
Octal2752722330222326724103
Binary1011110110111010100110110101001011010110111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA9B; }

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

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

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

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

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

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

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

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