#BDB0AA

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

Shades of Martini #BDB0AA

Tints of Martini #BDB0AA

Color information

#BDB0AA (or 0xBDB0AA) is unknown color: approx Martini. HEX triplet: BD, B0 and AA. RGB value is (189,176,170). Sum of RGB (Red+Green+Blue) = 189+176+170=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AA is #424F55. Grayscale: #B3B3B3. Windows color (decimal): -4345686 or 11186365. OLE color: 11186365.

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

Color convert

RGB189176170-
CMYK00.070.100.26
HSL18.95º12.58%70.39%-
HSV(B)18.95º10.05%74.12%-
XYZ43.7744.7744.37-
YUV179.2122.81134.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=35.33%
G=32.90%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917617000.070.100.2618.9512.5870.39
HexBDB0AA07A1A13d46
Octal2752602520712322315106
Binary10111101101100001010101001111010110101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0AA; }

 p { color: rgb(189,176,170); }

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

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

 a { background-color: rgb(189,176,170); }

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

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

 span { border-color: rgb(189,176,170); }

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