#BDA59E

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

Shades of Martini #BDA59E

Tints of Martini #BDA59E

Color information

#BDA59E (or 0xBDA59E) is unknown color: approx Martini. HEX triplet: BD, A5 and 9E. RGB value is (189,165,158). Sum of RGB (Red+Green+Blue) = 189+165+158=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59E is #425A61. Grayscale: #ABABAB. Windows color (decimal): -4348514 or 10397117. OLE color: 10397117.

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

Color convert

RGB189165158-
CMYK00.130.160.26
HSL13.55º19.02%68.04%-
HSV(B)13.55º16.4%74.12%-
XYZ40.6140.237.97-
YUV171.38120.45140.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=36.91%
G=32.23%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916515800.130.160.2613.5519.0268.04
HexBDA59E0D101Ae1344
Octal27524523601520321623104
Binary1011110110100101100111100110110000110101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA59E; }

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

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

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

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

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

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

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

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