#BDA69E

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

Shades of Martini #BDA69E

Tints of Martini #BDA69E

Color information

#BDA69E (or 0xBDA69E) is unknown color: approx Martini. HEX triplet: BD, A6 and 9E. RGB value is (189,166,158). Sum of RGB (Red+Green+Blue) = 189+166+158=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA69E is #425961. Grayscale: #ACACAC. Windows color (decimal): -4348258 or 10397373. OLE color: 10397373.

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

Color convert

RGB189166158-
CMYK00.120.160.26
HSL15.48º19.02%68.04%-
HSV(B)15.48º16.4%74.12%-
XYZ40.7940.5638.03-
YUV171.96120.12140.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 158 (62.11% from 255) = 30.80%
R=36.84%
G=32.36%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916615800.120.160.2615.4819.0268.04
HexBDA69E0C101Af1344
Octal27524623601420321723104
Binary1011110110100110100111100110010000110101111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA69E; }

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

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

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

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

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

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

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

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