#BDA89F

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

Shades of Martini #BDA89F

Tints of Martini #BDA89F

Color information

#BDA89F (or 0xBDA89F) is unknown color: approx Martini. HEX triplet: BD, A8 and 9F. RGB value is (189,168,159). Sum of RGB (Red+Green+Blue) = 189+168+159=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89F is #425760. Grayscale: #ADADAD. Windows color (decimal): -4347745 or 10463421. OLE color: 10463421.

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

Color convert

RGB189168159-
CMYK00.110.160.26
HSL18º18.52%68.24%-
HSV(B)18º15.87%74.12%-
XYZ41.2541.3338.6-
YUV173.25119.96139.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=36.63%
G=32.56%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916815900.110.160.261818.5268.24
HexBDA89F0B101A121344
Octal27525023701320322223104
Binary10111101101010001001111101011100001101010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA89F; }

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

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

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

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

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

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

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

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