#BDA89E

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

Shades of Martini #BDA89E

Tints of Martini #BDA89E

Color information

#BDA89E (or 0xBDA89E) is unknown color: approx Martini. HEX triplet: BD, A8 and 9E. RGB value is (189,168,158). Sum of RGB (Red+Green+Blue) = 189+168+158=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89E is #425761. Grayscale: #ADADAD. Windows color (decimal): -4347746 or 10397885. OLE color: 10397885.

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

Color convert

RGB189168158-
CMYK00.110.160.26
HSL19.35º19.02%68.04%-
HSV(B)19.35º16.4%74.12%-
XYZ41.1641.2938.15-
YUV173.14119.46139.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=36.70%
G=32.62%
B=30.68%

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
Decimal18916815800.110.160.2619.3519.0268.04
HexBDA89E0B101A131344
Octal27525023601320322323104
Binary10111101101010001001111001011100001101010011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA89E; }

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

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

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

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

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

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

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

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