#BDA599

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

Shades of Martini #BDA599

Tints of Martini #BDA599

Color information

#BDA599 (or 0xBDA599) is unknown color: approx Martini. HEX triplet: BD, A5 and 99. RGB value is (189,165,153). Sum of RGB (Red+Green+Blue) = 189+165+153=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA599 is #425A66. Grayscale: #AAAAAA. Windows color (decimal): -4348519 or 10069437. OLE color: 10069437.

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

Color convert

RGB189165153-
CMYK00.130.190.26
HSL20º21.43%67.06%-
HSV(B)20º19.05%74.12%-
XYZ40.1940.0335.75-
YUV170.81117.95140.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=37.28%
G=32.54%
B=30.18%

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
Decimal18916515300.130.190.262021.4367.06
HexBDA5990D131A141543
Octal27524523101523322425103
Binary10111101101001011001100101101100111101010100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA599; }

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

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

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

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

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

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

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

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