#BDA39C

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

Shades of Martini #BDA39C

Tints of Martini #BDA39C

Color information

#BDA39C (or 0xBDA39C) is unknown color: approx Martini. HEX triplet: BD, A3 and 9C. RGB value is (189,163,156). Sum of RGB (Red+Green+Blue) = 189+163+156=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA39C is #425C63. Grayscale: #AAAAAA. Windows color (decimal): -4349028 or 10265533. OLE color: 10265533.

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

Color convert

RGB189163156-
CMYK00.140.170.26
HSL12.73º20%67.65%-
HSV(B)12.73º17.46%74.12%-
XYZ40.0839.4136.95-
YUV169.98120.11141.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 163 (64.06% from 255) = 32.09%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=37.20%
G=32.09%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916315600.140.170.2612.732067.65
HexBDA39C0E111Ad1444
Octal27524323401621321524104
Binary1011110110100011100111000111010001110101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA39C; }

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

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

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

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

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

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

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

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