#BDA397

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

Shades of Martini #BDA397

Tints of Martini #BDA397

Color information

#BDA397 (or 0xBDA397) is unknown color: approx Martini. HEX triplet: BD, A3 and 97. RGB value is (189,163,151). Sum of RGB (Red+Green+Blue) = 189+163+151=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA397 is #425C68. Grayscale: #A9A9A9. Windows color (decimal): -4349033 or 9937853. OLE color: 9937853.

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

Color convert

RGB189163151-
CMYK00.140.200.26
HSL18.95º22.35%66.67%-
HSV(B)18.95º20.11%74.12%-
XYZ39.6739.2534.76-
YUV169.41117.61141.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=37.57%
G=32.41%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916315100.140.200.2618.9522.3566.67
HexBDA3970E141A131643
Octal27524322701624322326103
Binary10111101101000111001011101110101001101010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA397; }

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

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

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

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

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

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

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

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