#BDA199

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

Shades of Martini #BDA199

Tints of Martini #BDA199

Color information

#BDA199 (or 0xBDA199) is unknown color: approx Martini. HEX triplet: BD, A1 and 99. RGB value is (189,161,153). Sum of RGB (Red+Green+Blue) = 189+161+153=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA199 is #425E66. Grayscale: #A8A8A8. Windows color (decimal): -4349543 or 10068413. OLE color: 10068413.

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

Color convert

RGB189161153-
CMYK00.150.190.26
HSL13.33º21.43%67.06%-
HSV(B)13.33º19.05%74.12%-
XYZ39.4838.6135.51-
YUV168.46119.28142.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=37.57%
G=32.01%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916115300.150.190.2613.3321.4367.06
HexBDA1990F131Ad1543
Octal27524123101723321525103
Binary1011110110100001100110010111110011110101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA199; }

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

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

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

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

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

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

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

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