#BDA59C

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

Shades of Martini #BDA59C

Tints of Martini #BDA59C

Color information

#BDA59C (or 0xBDA59C) is unknown color: approx Martini. HEX triplet: BD, A5 and 9C. RGB value is (189,165,156). Sum of RGB (Red+Green+Blue) = 189+165+156=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59C is #425A63. Grayscale: #ABABAB. Windows color (decimal): -4348516 or 10266045. OLE color: 10266045.

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

Color convert

RGB189165156-
CMYK00.130.170.26
HSL16.36º20%67.65%-
HSV(B)16.36º17.46%74.12%-
XYZ40.4440.1337.07-
YUV171.15119.45140.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=37.06%
G=32.35%
B=30.59%

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
Decimal18916515600.130.170.2616.362067.65
HexBDA59C0D111A101444
Octal27524523401521322024104
Binary10111101101001011001110001101100011101010000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA59C; }

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

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

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

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

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

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

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

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