Html Css Color HEX #B9AFAA Martini

📋 copy color: '#B9AFAA'

red 185 ◦ green 175 ◦ blue 170

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

Shades of Martini #B9AFAA

Tints of Martini #B9AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.02%

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

R = 34.91%
G = 33.02%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9AFAA (or 0xB9AFAA) is known color: Martini. HEX triplet: B9, AF and AA. RGB value is (185,175,170). Sum of RGB (Red+Green+Blue) = 185+175+170=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFAA is #465055. Grayscale: #B1B1B1. Windows color (decimal): -4608086 or 11186105. OLE color: 11186105.

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

Color convert

RGB 185 175 170 -
CMYK 0 0.05 0.08 0.27
HSL 20º 0.1% 0.7% -
HSV(B) 20º 0.08% 0.73% -
XYZ 42.59 43.88 44.25 -
YUV 177.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 185 175 170 0 0.05 0.08 0.27 20 0.1 0.7
Hex B9 AF AA 0 5 8 1B 14 A 46
Octal 271 257 252 0 5 10 33 24 12 106
Binary 10111001 10101111 10101010 0 101 1000 11011 10100 1010 1000110

Color Harmonies of #B9AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFAA

Black with #B9AFAA

Text Example


Text Example

White with #B9AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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