#BDA298

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

Shades of Martini #BDA298

Tints of Martini #BDA298

Color information

#BDA298 (or 0xBDA298) is unknown color: approx Martini. HEX triplet: BD, A2 and 98. RGB value is (189,162,152). Sum of RGB (Red+Green+Blue) = 189+162+152=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA298 is #425D67. Grayscale: #A9A9A9. Windows color (decimal): -4349288 or 10003133. OLE color: 10003133.

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

Color convert

RGB189162152-
CMYK00.140.200.26
HSL16.22º21.89%66.86%-
HSV(B)16.22º19.58%74.12%-
XYZ39.5738.9335.13-
YUV168.93118.45142.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=37.57%
G=32.21%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916215200.140.200.2616.2221.8966.86
HexBDA2980E141A101643
Octal27524223001624322026103
Binary10111101101000101001100001110101001101010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA298; }

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

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

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

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

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

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

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

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