#BDA299

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

Shades of Martini #BDA299

Tints of Martini #BDA299

Color information

#BDA299 (or 0xBDA299) is unknown color: approx Martini. HEX triplet: BD, A2 and 99. RGB value is (189,162,153). Sum of RGB (Red+Green+Blue) = 189+162+153=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA299 is #425D66. Grayscale: #A9A9A9. Windows color (decimal): -4349287 or 10068669. OLE color: 10068669.

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

Color convert

RGB189162153-
CMYK00.140.190.26
HSL15º21.43%67.06%-
HSV(B)15º19.05%74.12%-
XYZ39.6638.9635.57-
YUV169.05118.95142.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=37.5%
G=32.14%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916215300.140.190.261521.4367.06
HexBDA2990E131Af1543
Octal27524223101623321725103
Binary1011110110100010100110010111010011110101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA299; }

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

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

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

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

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

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

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

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