#BDA198

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

Shades of Martini #BDA198

Tints of Martini #BDA198

Color information

#BDA198 (or 0xBDA198) is unknown color: approx Martini. HEX triplet: BD, A1 and 98. RGB value is (189,161,152). Sum of RGB (Red+Green+Blue) = 189+161+152=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA198 is #425E67. Grayscale: #A8A8A8. Windows color (decimal): -4349544 or 10002877. OLE color: 10002877.

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

Color convert

RGB189161152-
CMYK00.150.200.26
HSL14.59º21.89%66.86%-
HSV(B)14.59º19.58%74.12%-
XYZ39.438.5835.08-
YUV168.35118.78142.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=37.65%
G=32.07%
B=30.28%

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
Decimal18916115200.150.200.2614.5921.8966.86
HexBDA1980F141Af1643
Octal27524123001724321726103
Binary1011110110100001100110000111110100110101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA198; }

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

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

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

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

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

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

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

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