#BDA499

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

Shades of Martini #BDA499

Tints of Martini #BDA499

Color information

#BDA499 (or 0xBDA499) is unknown color: approx Martini. HEX triplet: BD, A4 and 99. RGB value is (189,164,153). Sum of RGB (Red+Green+Blue) = 189+164+153=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA499 is #425B66. Grayscale: #AAAAAA. Windows color (decimal): -4348775 or 10069181. OLE color: 10069181.

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

Color convert

RGB189164153-
CMYK00.130.190.26
HSL18.33º21.43%67.06%-
HSV(B)18.33º19.05%74.12%-
XYZ40.0139.6735.69-
YUV170.22118.28141.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=37.35%
G=32.41%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916415300.130.190.2618.3321.4367.06
HexBDA4990D131A121543
Octal27524423101523322225103
Binary10111101101001001001100101101100111101010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA499; }

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

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

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

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

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

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

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

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