#BDB79E

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

Shades of Tana #BDB79E

Tints of Tana #BDB79E

Color information

#BDB79E (or 0xBDB79E) is unknown color: approx Tana. HEX triplet: BD, B7 and 9E. RGB value is (189,183,158). Sum of RGB (Red+Green+Blue) = 189+183+158=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB79E is #424861. Grayscale: #B6B6B6. Windows color (decimal): -4343906 or 10401725. OLE color: 10401725.

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

Color convert

RGB189183158-
CMYK00.030.160.26
HSL48.39º19.02%68.04%-
HSV(B)48.39º16.4%74.12%-
XYZ44.0947.1539.13-
YUV181.94114.49133.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=35.66%
G=34.53%
B=29.81%

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
Decimal18918315800.030.160.2648.3919.0268.04
HexBDB79E03101A301344
Octal2752672360320326023104
Binary1011110110110111100111100111000011010110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB79E; }

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

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

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

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

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

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

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

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