Html Css Color HEX #B9AAA8 Martini

📋 copy color: '#B9AAA8'

red 185 ◦ green 170 ◦ blue 168

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

Shades of Martini #B9AAA8

Tints of Martini #B9AAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 168 (66.02% from 255) = 32.12%

R = 35.37%
G = 32.5%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9AAA8 (or 0xB9AAA8) is known color: Martini. HEX triplet: B9, AA and A8. RGB value is (185,170,168). Sum of RGB (Red+Green+Blue) = 185+170+168=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAA8 is #465557. Grayscale: #AEAEAE. Windows color (decimal): -4609368 or 11053753. OLE color: 11053753.

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

Color convert

RGB 185 170 168 -
CMYK 0 0.08 0.09 0.27
HSL 7.06º 0.11% 0.69% -
HSV(B) 7.06º 0.09% 0.73% -
XYZ 41.45 41.89 42.95 -
YUV 174.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 185 170 168 0 0.08 0.09 0.27 7.06 0.11 0.69
Hex B9 AA A8 0 8 9 1B 7 B 45
Octal 271 252 250 0 10 11 33 7 13 105
Binary 10111001 10101010 10101000 0 1000 1001 11011 111 1011 1000101

Color Harmonies of #B9AAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAA8

Black with #B9AAA8

Text Example


Text Example

White with #B9AAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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