#BDB699

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

Shades of Tana #BDB699

Tints of Tana #BDB699

Color information

#BDB699 (or 0xBDB699) is unknown color: approx Tana. HEX triplet: BD, B6 and 99. RGB value is (189,182,153). Sum of RGB (Red+Green+Blue) = 189+182+153=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB699 is #424966. Grayscale: #B4B4B4. Windows color (decimal): -4344167 or 10073789. OLE color: 10073789.

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

Color convert

RGB189182153-
CMYK00.040.190.26
HSL48.33º21.43%67.06%-
HSV(B)48.33º19.05%74.12%-
XYZ43.4646.5736.84-
YUV180.79112.32133.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=36.07%
G=34.73%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918215300.040.190.2648.3321.4367.06
HexBDB69904131A301543
Octal2752662310423326025103
Binary10111101101101101001100101001001111010110000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB699; }

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

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

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

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

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

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

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

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