#BDACA9

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

Shades of Martini #BDACA9

Tints of Martini #BDACA9

Color information

#BDACA9 (or 0xBDACA9) is unknown color: approx Martini. HEX triplet: BD, AC and A9. RGB value is (189,172,169). Sum of RGB (Red+Green+Blue) = 189+172+169=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA9 is #425356. Grayscale: #B0B0B0. Windows color (decimal): -4346711 or 11119805. OLE color: 11119805.

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

Color convert

RGB189172169-
CMYK00.090.110.26
HSL13.16%70.2%-
HSV(B)10.58%74.12%-
XYZ42.943.1943.61-
YUV176.74123.63136.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=35.66%
G=32.45%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917216900.090.110.26913.1670.2
HexBDACA909B1A9d46
Octal27525425101113321115106
Binary10111101101011001010100101001101111010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACA9; }

 p { color: rgb(189,172,169); }

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

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

 a { background-color: rgb(189,172,169); }

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

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

 span { border-color: rgb(189,172,169); }

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