#B9ADA8

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

Shades of Martini #B9ADA8

Tints of Martini #B9ADA8

Color information

#B9ADA8 (or 0xB9ADA8) is unknown color: approx Martini. HEX triplet: B9, AD and A8. RGB value is (185,173,168). Sum of RGB (Red+Green+Blue) = 185+173+168=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA8 is #465257. Grayscale: #B0B0B0. Windows color (decimal): -4608600 or 11054521. OLE color: 11054521.

HSL color Cylindrical-coordinate representation of color #B9ADA8: hue angle of 17.65º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9ADA8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185173168-
CMYK00.060.090.27
HSL17.65º10.83%69.22%-
HSV(B)17.65º9.19%72.55%-
XYZ42.0243.0343.14-
YUV176.02123.48134.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=35.17%
G=32.89%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517316800.060.090.2717.6510.8369.22
HexB9ADA80691B12b45
Octal2712552500611332213105
Binary10111001101011011010100001101001110111001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADA8; }

 p { color: rgb(185,173,168); }

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

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

 a { background-color: rgb(185,173,168); }

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

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

 span { border-color: rgb(185,173,168); }

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