#BDA099

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

Shades of Martini #BDA099

Tints of Martini #BDA099

Color information

#BDA099 (or 0xBDA099) is unknown color: approx Martini. HEX triplet: BD, A0 and 99. RGB value is (189,160,153). Sum of RGB (Red+Green+Blue) = 189+160+153=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA099 is #425F66. Grayscale: #A7A7A7. Windows color (decimal): -4349799 or 10068157. OLE color: 10068157.

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

Color convert

RGB189160153-
CMYK00.150.190.26
HSL11.67º21.43%67.06%-
HSV(B)11.67º19.05%74.12%-
XYZ39.3138.2635.45-
YUV167.87119.61143.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=37.65%
G=31.87%
B=30.48%

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
Decimal18916015300.150.190.2611.6721.4367.06
HexBDA0990F131Ac1543
Octal27524023101723321425103
Binary1011110110100000100110010111110011110101100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA099; }

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

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

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

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

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

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

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

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