#BDA19E

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

Shades of Martini #BDA19E

Tints of Martini #BDA19E

Color information

#BDA19E (or 0xBDA19E) is unknown color: approx Martini. HEX triplet: BD, A1 and 9E. RGB value is (189,161,158). Sum of RGB (Red+Green+Blue) = 189+161+158=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA19E is #425E61. Grayscale: #A9A9A9. Windows color (decimal): -4349538 or 10396093. OLE color: 10396093.

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

Color convert

RGB189161158-
CMYK00.150.160.26
HSL5.81º19.02%68.04%-
HSV(B)5.81º16.4%74.12%-
XYZ39.938.7837.73-
YUV169.03121.78142.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=37.20%
G=31.69%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916115800.150.160.265.8119.0268.04
HexBDA19E0F101A61344
Octal2752412360172032623104
Binary101111011010000110011110011111000011010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA19E; }

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

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

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

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

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

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

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

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