#BDA79C

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

Shades of Martini #BDA79C

Tints of Martini #BDA79C

Color information

#BDA79C (or 0xBDA79C) is unknown color: approx Martini. HEX triplet: BD, A7 and 9C. RGB value is (189,167,156). Sum of RGB (Red+Green+Blue) = 189+167+156=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79C is #425863. Grayscale: #ACACAC. Windows color (decimal): -4348004 or 10266557. OLE color: 10266557.

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

Color convert

RGB189167156-
CMYK00.120.170.26
HSL20º20%67.65%-
HSV(B)20º17.46%74.12%-
XYZ40.8140.8637.19-
YUV172.32118.79139.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=36.91%
G=32.62%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916715600.120.170.26202067.65
HexBDA79C0C111A141444
Octal27524723401421322424104
Binary10111101101001111001110001100100011101010100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA79C; }

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

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

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

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

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

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

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

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