#BDA6A2

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

Shades of Martini #BDA6A2

Tints of Martini #BDA6A2

Color information

#BDA6A2 (or 0xBDA6A2) is unknown color: approx Martini. HEX triplet: BD, A6 and A2. RGB value is (189,166,162). Sum of RGB (Red+Green+Blue) = 189+166+162=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA6A2 is #42595D. Grayscale: #ACACAC. Windows color (decimal): -4348254 or 10659517. OLE color: 10659517.

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

Color convert

RGB189166162-
CMYK00.120.140.26
HSL8.89º16.98%68.82%-
HSV(B)8.89º14.29%74.12%-
XYZ41.1440.739.87-
YUV172.42122.12139.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=36.56%
G=32.11%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916616200.120.140.268.8916.9868.82
HexBDA6A20CE1A91145
Octal27524624201416321121105
Binary101111011010011010100010011001110110101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA6A2; }

 p { color: rgb(189,166,162); }

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

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

 a { background-color: rgb(189,166,162); }

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

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

 span { border-color: rgb(189,166,162); }

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