#BDA098

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

Shades of Martini #BDA098

Tints of Martini #BDA098

Color information

#BDA098 (or 0xBDA098) is unknown color: approx Martini. HEX triplet: BD, A0 and 98. RGB value is (189,160,152). Sum of RGB (Red+Green+Blue) = 189+160+152=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA098 is #425F67. Grayscale: #A7A7A7. Windows color (decimal): -4349800 or 10002621. OLE color: 10002621.

HSL color Cylindrical-coordinate representation of color #BDA098: hue angle of 12.97º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA098 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189160152-
CMYK00.150.200.26
HSL12.97º21.89%66.86%-
HSV(B)12.97º19.58%74.12%-
XYZ39.2238.2335.02-
YUV167.76119.11143.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=37.72%
G=31.94%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916015200.150.200.2612.9721.8966.86
HexBDA0980F141Ad1643
Octal27524023001724321526103
Binary1011110110100000100110000111110100110101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA098; }

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

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

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

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

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

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

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

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