#BDA59B

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

Shades of Martini #BDA59B

Tints of Martini #BDA59B

Color information

#BDA59B (or 0xBDA59B) is unknown color: approx Martini. HEX triplet: BD, A5 and 9B. RGB value is (189,165,155). Sum of RGB (Red+Green+Blue) = 189+165+155=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA59B is #425A64. Grayscale: #ABABAB. Windows color (decimal): -4348517 or 10200509. OLE color: 10200509.

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

Color convert

RGB189165155-
CMYK00.130.180.26
HSL17.65º20.48%67.45%-
HSV(B)17.65º17.99%74.12%-
XYZ40.3640.136.62-
YUV171.04118.95140.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=37.13%
G=32.42%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916515500.130.180.2617.6520.4867.45
HexBDA59B0D121A121443
Octal27524523301522322224103
Binary10111101101001011001101101101100101101010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA59B; }

 p { color: rgb(189,165,155); }

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

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

 a { background-color: rgb(189,165,155); }

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

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

 span { border-color: rgb(189,165,155); }

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