#BDB1AD

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

Shades of Martini #BDB1AD

Tints of Martini #BDB1AD

Color information

#BDB1AD (or 0xBDB1AD) is unknown color: approx Martini. HEX triplet: BD, B1 and AD. RGB value is (189,177,173). Sum of RGB (Red+Green+Blue) = 189+177+173=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB1AD is #424E52. Grayscale: #B4B4B4. Windows color (decimal): -4345427 or 11383229. OLE color: 11383229.

HSL color Cylindrical-coordinate representation of color #BDB1AD: hue angle of 15º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB1AD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189177173-
CMYK00.060.080.26
HSL15º10.81%70.98%-
HSV(B)15º8.47%74.12%-
XYZ44.2545.2845.94-
YUV180.13123.98134.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=35.06%
G=32.84%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917717300.060.080.261510.8170.98
HexBDB1AD0681Afb47
Octal2752612550610321713107
Binary1011110110110001101011010110100011010111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1AD; }

 p { color: rgb(189,177,173); }

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

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

 a { background-color: rgb(189,177,173); }

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

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

 span { border-color: rgb(189,177,173); }

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