#BDA39D

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

Shades of Martini #BDA39D

Tints of Martini #BDA39D

Color information

#BDA39D (or 0xBDA39D) is unknown color: approx Martini. HEX triplet: BD, A3 and 9D. RGB value is (189,163,157). Sum of RGB (Red+Green+Blue) = 189+163+157=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39D is #425C62. Grayscale: #AAAAAA. Windows color (decimal): -4349027 or 10331069. OLE color: 10331069.

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

Color convert

RGB189163157-
CMYK00.140.170.26
HSL11.25º19.51%67.84%-
HSV(B)11.25º16.93%74.12%-
XYZ40.1739.4537.4-
YUV170.09120.61141.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=37.13%
G=32.02%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916315700.140.170.2611.2519.5167.84
HexBDA39D0E111Ab1444
Octal27524323501621321324104
Binary1011110110100011100111010111010001110101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA39D; }

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

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

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

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

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

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

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

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