#BDBB9F

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

Shades of Tana #BDBB9F

Tints of Tana #BDBB9F

Color information

#BDBB9F (or 0xBDBB9F) is unknown color: approx Tana. HEX triplet: BD, BB and 9F. RGB value is (189,187,159). Sum of RGB (Red+Green+Blue) = 189+187+159=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB9F is #424460. Grayscale: #B8B8B8. Windows color (decimal): -4342881 or 10468285. OLE color: 10468285.

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

Color convert

RGB189187159-
CMYK00.010.160.26
HSL56º18.52%68.24%-
HSV(B)56º15.87%74.12%-
XYZ45.0148.8639.86-
YUV184.41113.66131.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=35.33%
G=34.95%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918715900.010.160.265618.5268.24
HexBDBB9F01101A381344
Octal2752732370120327023104
Binary101111011011101110011111011000011010111000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB9F; }

 p { color: rgb(189,187,159); }

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

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

 a { background-color: rgb(189,187,159); }

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

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

 span { border-color: rgb(189,187,159); }

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