Html Css Color HEX #B9ADA9 Martini

📋 copy color: '#B9ADA9'

red 185 ◦ green 173 ◦ blue 169

#B9ADA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martini #B9ADA9

Tints of Martini #B9ADA9

RGB

 RED value IS 185 (72.66% from 255) = 35.1%

 GREEN value IS 173 (67.97% from 255) = 32.83%

 BLUE value IS 169 (66.41% from 255) = 32.07%

R = 35.1%
G = 32.83%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9ADA9 (or 0xB9ADA9) is known color: Martini. HEX triplet: B9, AD and A9. RGB value is (185,173,169). Sum of RGB (Red+Green+Blue) = 185+173+169=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA9 is #465256. Grayscale: #B0B0B0. Windows color (decimal): -4608599 or 11120057. OLE color: 11120057.

HSL color Cylindrical-coordinate representation of color #B9ADA9: hue angle of 15º degrees, saturation: 0.1, 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 #B9ADA9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 169 -
CMYK 0 0.06 0.09 0.27
HSL 15º 0.1% 0.69% -
HSV(B) 15º 0.09% 0.73% -
XYZ 42.11 43.07 43.63 -
YUV 176.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 185 173 169 0 0.06 0.09 0.27 15 0.1 0.69
Hex B9 AD A9 0 6 9 1B F A 45
Octal 271 255 251 0 6 11 33 17 12 105
Binary 10111001 10101101 10101001 0 110 1001 11011 1111 1010 1000101

Color Harmonies of #B9ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADA9

Black with #B9ADA9

Text Example


Text Example

White with #B9ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADA9; }

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

 H1.HeaderClassName
 {
   color: #B9ADA9;
 }
 .AnyTagClassName
 {
   color: #B9ADA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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