#BDA19F

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

Shades of Martini #BDA19F

Tints of Martini #BDA19F

Color information

#BDA19F (or 0xBDA19F) is unknown color: approx Martini. HEX triplet: BD, A1 and 9F. RGB value is (189,161,159). Sum of RGB (Red+Green+Blue) = 189+161+159=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA19F is #425E60. Grayscale: #A9A9A9. Windows color (decimal): -4349537 or 10461629. OLE color: 10461629.

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

Color convert

RGB189161159-
CMYK00.150.160.26
HSL18.52%68.24%-
HSV(B)15.87%74.12%-
XYZ39.9938.8138.18-
YUV169.14122.28142.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=37.13%
G=31.63%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916115900.150.160.26418.5268.24
HexBDA19F0F101A41344
Octal2752412370172032423104
Binary101111011010000110011111011111000011010100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA19F; }

 p { color: rgb(189,161,159); }

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

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

 a { background-color: rgb(189,161,159); }

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

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

 span { border-color: rgb(189,161,159); }

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