#BDBB99

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

Shades of Tana #BDBB99

Tints of Tana #BDBB99

Color information

#BDBB99 (or 0xBDBB99) is unknown color: approx Tana. HEX triplet: BD, BB and 99. RGB value is (189,187,153). Sum of RGB (Red+Green+Blue) = 189+187+153=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB99 is #424466. Grayscale: #B7B7B7. Windows color (decimal): -4342887 or 10075069. OLE color: 10075069.

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

Color convert

RGB189187153-
CMYK00.010.190.26
HSL56.67º21.43%67.06%-
HSV(B)56.67º19.05%74.12%-
XYZ44.5148.6637.18-
YUV183.72110.66131.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=35.73%
G=35.35%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918715300.010.190.2656.6721.4367.06
HexBDBB9901131A391543
Octal2752732310123327125103
Binary101111011011101110011001011001111010111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB99; }

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

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

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

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

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

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

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

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