#BDB89F

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

Shades of Tana #BDB89F

Tints of Tana #BDB89F

Color information

#BDB89F (or 0xBDB89F) is unknown color: approx Tana. HEX triplet: BD, B8 and 9F. RGB value is (189,184,159). Sum of RGB (Red+Green+Blue) = 189+184+159=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB89F is #424760. Grayscale: #B6B6B6. Windows color (decimal): -4343649 or 10467517. OLE color: 10467517.

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

Color convert

RGB189184159-
CMYK00.030.160.26
HSL50º18.52%68.24%-
HSV(B)50º15.87%74.12%-
XYZ44.3847.639.65-
YUV182.64114.66132.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=35.53%
G=34.59%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918415900.030.160.265018.5268.24
HexBDB89F03101A321344
Octal2752702370320326223104
Binary1011110110111000100111110111000011010110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB89F; }

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

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

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

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

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

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

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

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