#BDABA7

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

Shades of Martini #BDABA7

Tints of Martini #BDABA7

Color information

#BDABA7 (or 0xBDABA7) is unknown color: approx Martini. HEX triplet: BD, AB and A7. RGB value is (189,171,167). Sum of RGB (Red+Green+Blue) = 189+171+167=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABA7 is #425458. Grayscale: #AFAFAF. Windows color (decimal): -4346969 or 10988477. OLE color: 10988477.

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

Color convert

RGB189171167-
CMYK00.100.120.26
HSL10.91º14.29%69.8%-
HSV(B)10.91º11.64%74.12%-
XYZ42.5242.7342.57-
YUV175.93122.96137.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=35.86%
G=32.45%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917116700.100.120.2610.9114.2969.8
HexBDABA70AC1Abe46
Octal27525324701214321316106
Binary10111101101010111010011101010110011010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABA7; }

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

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

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

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

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

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

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

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