#BDA29E

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

Shades of Martini #BDA29E

Tints of Martini #BDA29E

Color information

#BDA29E (or 0xBDA29E) is unknown color: approx Martini. HEX triplet: BD, A2 and 9E. RGB value is (189,162,158). Sum of RGB (Red+Green+Blue) = 189+162+158=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA29E is #425D61. Grayscale: #A9A9A9. Windows color (decimal): -4349282 or 10396349. OLE color: 10396349.

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

Color convert

RGB189162158-
CMYK00.140.160.26
HSL7.74º19.02%68.04%-
HSV(B)7.74º16.4%74.12%-
XYZ40.0839.1337.79-
YUV169.62121.45141.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=37.13%
G=31.83%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916215800.140.160.267.7419.0268.04
HexBDA29E0E101A81344
Octal27524223601620321023104
Binary1011110110100010100111100111010000110101000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA29E; }

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

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

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

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

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

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

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

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