Html Css Color HEX #B9ACAA Martini

📋 copy color: '#B9ACAA'

red 185 ◦ green 172 ◦ blue 170

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

Shades of Martini #B9ACAA

Tints of Martini #B9ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.64%

 BLUE value IS 170 (66.8% from 255) = 32.26%

R = 35.1%
G = 32.64%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9ACAA (or 0xB9ACAA) is known color: Martini. HEX triplet: B9, AC and AA. RGB value is (185,172,170). Sum of RGB (Red+Green+Blue) = 185+172+170=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACAA is #465355. Grayscale: #AFAFAF. Windows color (decimal): -4608854 or 11185337. OLE color: 11185337.

HSL color Cylindrical-coordinate representation of color #B9ACAA: hue angle of 8º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9ACAA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 172 170 -
CMYK 0 0.07 0.08 0.27
HSL 0.1% 0.7% -
HSV(B) 0.08% 0.73% -
XYZ 42.02 42.72 44.06 -
YUV 175.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 185 172 170 0 0.07 0.08 0.27 8 0.1 0.7
Hex B9 AC AA 0 7 8 1B 8 A 46
Octal 271 254 252 0 7 10 33 10 12 106
Binary 10111001 10101100 10101010 0 111 1000 11011 1000 1010 1000110

Color Harmonies of #B9ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACAA

Black with #B9ACAA

Text Example


Text Example

White with #B9ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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