#BDA497

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

Shades of Martini #BDA497

Tints of Martini #BDA497

Color information

#BDA497 (or 0xBDA497) is unknown color: approx Martini. HEX triplet: BD, A4 and 97. RGB value is (189,164,151). Sum of RGB (Red+Green+Blue) = 189+164+151=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA497 is #425B68. Grayscale: #AAAAAA. Windows color (decimal): -4348777 or 9938109. OLE color: 9938109.

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

Color convert

RGB189164151-
CMYK00.130.200.26
HSL20.53º22.35%66.67%-
HSV(B)20.53º20.11%74.12%-
XYZ39.8539.634.82-
YUV169.99117.28141.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=37.5%
G=32.54%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916415100.130.200.2620.5322.3566.67
HexBDA4970D141A151643
Octal27524422701524322526103
Binary10111101101001001001011101101101001101010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA497; }

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

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

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

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

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

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

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

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