#BDACA4

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

Shades of Martini #BDACA4

Tints of Martini #BDACA4

Color information

#BDACA4 (or 0xBDACA4) is unknown color: approx Martini. HEX triplet: BD, AC and A4. RGB value is (189,172,164). Sum of RGB (Red+Green+Blue) = 189+172+164=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA4 is #42535B. Grayscale: #B0B0B0. Windows color (decimal): -4346716 or 10792125. OLE color: 10792125.

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

Color convert

RGB189172164-
CMYK00.090.130.26
HSL19.2º15.92%69.22%-
HSV(B)19.2º13.23%74.12%-
XYZ42.444341.19-
YUV176.17121.13137.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=36%
G=32.76%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917216400.090.130.2619.215.9269.22
HexBDACA409D1A131045
Octal27525424401115322320105
Binary1011110110101100101001000100111011101010011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACA4; }

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

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

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

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

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

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

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

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