#BDB899

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

Shades of Tana #BDB899

Tints of Tana #BDB899

Color information

#BDB899 (or 0xBDB899) is unknown color: approx Tana. HEX triplet: BD, B8 and 99. RGB value is (189,184,153). Sum of RGB (Red+Green+Blue) = 189+184+153=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB899 is #424766. Grayscale: #B6B6B6. Windows color (decimal): -4343655 or 10074301. OLE color: 10074301.

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

Color convert

RGB189184153-
CMYK00.030.190.26
HSL51.67º21.43%67.06%-
HSV(B)51.67º19.05%74.12%-
XYZ43.8847.436.97-
YUV181.96111.66133.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=35.93%
G=34.98%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918415300.030.190.2651.6721.4367.06
HexBDB89903131A341543
Octal2752702310323326425103
Binary1011110110111000100110010111001111010110100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB899; }

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

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

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

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

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

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

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

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