#BDA498

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

Shades of Martini #BDA498

Tints of Martini #BDA498

Color information

#BDA498 (or 0xBDA498) is unknown color: approx Martini. HEX triplet: BD, A4 and 98. RGB value is (189,164,152). Sum of RGB (Red+Green+Blue) = 189+164+152=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA498 is #425B67. Grayscale: #AAAAAA. Windows color (decimal): -4348776 or 10003645. OLE color: 10003645.

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

Color convert

RGB189164152-
CMYK00.130.200.26
HSL19.46º21.89%66.86%-
HSV(B)19.46º19.58%74.12%-
XYZ39.9339.6435.25-
YUV170.11117.78141.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=37.43%
G=32.48%
B=30.10%

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
Decimal18916415200.130.200.2619.4621.8966.86
HexBDA4980D141A131643
Octal27524423001524322326103
Binary10111101101001001001100001101101001101010011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA498; }

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

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

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

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

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

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

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

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