#BDABA4

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

Shades of Martini #BDABA4

Tints of Martini #BDABA4

Color information

#BDABA4 (or 0xBDABA4) is unknown color: approx Martini. HEX triplet: BD, AB and A4. RGB value is (189,171,164). Sum of RGB (Red+Green+Blue) = 189+171+164=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA4 is #42545B. Grayscale: #AFAFAF. Windows color (decimal): -4346972 or 10791869. OLE color: 10791869.

HSL color Cylindrical-coordinate representation of color #BDABA4: hue angle of 16.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDABA4 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB189171164-
CMYK00.100.130.26
HSL16.8º15.92%69.22%-
HSV(B)16.8º13.23%74.12%-
XYZ42.2542.6241.12-
YUV175.58121.46137.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=36.07%
G=32.63%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917116400.100.130.2616.815.9269.22
HexBDABA40AD1A111045
Octal27525324401215322120105
Binary1011110110101011101001000101011011101010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABA4; }

 p { color: rgb(189,171,164); }

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

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

 a { background-color: rgb(189,171,164); }

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

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

 span { border-color: rgb(189,171,164); }

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