#BDB799

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

Shades of Tana #BDB799

Tints of Tana #BDB799

Color information

#BDB799 (or 0xBDB799) is unknown color: approx Tana. HEX triplet: BD, B7 and 99. RGB value is (189,183,153). Sum of RGB (Red+Green+Blue) = 189+183+153=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB799 is #424866. Grayscale: #B5B5B5. Windows color (decimal): -4343911 or 10074045. OLE color: 10074045.

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

Color convert

RGB189183153-
CMYK00.030.190.26
HSL50º21.43%67.06%-
HSV(B)50º19.05%74.12%-
XYZ43.6746.9936.9-
YUV181.37111.99133.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=36%
G=34.86%
B=29.14%

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
Decimal18918315300.030.190.265021.4367.06
HexBDB79903131A321543
Octal2752672310323326225103
Binary1011110110110111100110010111001111010110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB799; }

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

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

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

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

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

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

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

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