#BDB99A

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

Shades of Tana #BDB99A

Tints of Tana #BDB99A

Color information

#BDB99A (or 0xBDB99A) is unknown color: approx Tana. HEX triplet: BD, B9 and 9A. RGB value is (189,185,154). Sum of RGB (Red+Green+Blue) = 189+185+154=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB99A is #424665. Grayscale: #B6B6B6. Windows color (decimal): -4343398 or 10140093. OLE color: 10140093.

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

Color convert

RGB189185154-
CMYK00.020.190.26
HSL53.14º20.96%67.25%-
HSV(B)53.14º18.52%74.12%-
XYZ44.1747.8537.48-
YUV182.66111.83132.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=35.80%
G=35.04%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918515400.020.190.2653.1420.9667.25
HexBDB99A02131A351543
Octal2752712320223326525103
Binary1011110110111001100110100101001111010110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB99A; }

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

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

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

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

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

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

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

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