#BDA59D

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

Shades of Martini #BDA59D

Tints of Martini #BDA59D

Color information

#BDA59D (or 0xBDA59D) is unknown color: approx Martini. HEX triplet: BD, A5 and 9D. RGB value is (189,165,157). Sum of RGB (Red+Green+Blue) = 189+165+157=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59D is #425A62. Grayscale: #ABABAB. Windows color (decimal): -4348515 or 10331581. OLE color: 10331581.

HSL color Cylindrical-coordinate representation of color #BDA59D: hue angle of 15º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA59D is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189165157-
CMYK00.130.170.26
HSL15º19.51%67.84%-
HSV(B)15º16.93%74.12%-
XYZ40.5340.1637.51-
YUV171.26119.95140.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 165 (64.84% from 255) = 32.29%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=36.99%
G=32.29%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916515700.130.170.261519.5167.84
HexBDA59D0D111Af1444
Octal27524523501521321724104
Binary1011110110100101100111010110110001110101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA59D; }

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

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

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

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

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

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

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

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