#BDB99E

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

Shades of Tana #BDB99E

Tints of Tana #BDB99E

Color information

#BDB99E (or 0xBDB99E) is unknown color: approx Tana. HEX triplet: BD, B9 and 9E. RGB value is (189,185,158). Sum of RGB (Red+Green+Blue) = 189+185+158=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB99E is #424661. Grayscale: #B7B7B7. Windows color (decimal): -4343394 or 10402237. OLE color: 10402237.

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

Color convert

RGB189185158-
CMYK00.020.160.26
HSL52.26º19.02%68.04%-
HSV(B)52.26º16.4%74.12%-
XYZ44.5147.9939.26-
YUV183.12113.83132.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=35.53%
G=34.77%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918515800.020.160.2652.2619.0268.04
HexBDB99E02101A341344
Octal2752712360220326423104
Binary1011110110111001100111100101000011010110100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB99E; }

 p { color: rgb(189,185,158); }

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

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

 a { background-color: rgb(189,185,158); }

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

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

 span { border-color: rgb(189,185,158); }

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