#BDA79E

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

Shades of Martini #BDA79E

Tints of Martini #BDA79E

Color information

#BDA79E (or 0xBDA79E) is unknown color: approx Martini. HEX triplet: BD, A7 and 9E. RGB value is (189,167,158). Sum of RGB (Red+Green+Blue) = 189+167+158=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79E is #425861. Grayscale: #ACACAC. Windows color (decimal): -4348002 or 10397629. OLE color: 10397629.

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

Color convert

RGB189167158-
CMYK00.120.160.26
HSL17.42º19.02%68.04%-
HSV(B)17.42º16.4%74.12%-
XYZ40.9840.9238.09-
YUV172.55119.79139.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=36.77%
G=32.49%
B=30.74%

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
Decimal18916715800.120.160.2617.4219.0268.04
HexBDA79E0C101A111344
Octal27524723601420322123104
Binary10111101101001111001111001100100001101010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA79E; }

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

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

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

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

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

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

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

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