Html Css Color HEX #B1AAA6 Martini

📋 copy color: '#B1AAA6'

red 177 ◦ green 170 ◦ blue 166

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

Shades of Martini #B1AAA6

Tints of Martini #B1AAA6

RGB

 RED value IS 177 (69.53% from 255) = 34.5%

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

 BLUE value IS 166 (65.23% from 255) = 32.36%

R = 34.5%
G = 33.14%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B1AAA6 (or 0xB1AAA6) is known color: Martini. HEX triplet: B1, AA and A6. RGB value is (177,170,166). Sum of RGB (Red+Green+Blue) = 177+170+166=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAA6 is #4E5559. Grayscale: #ABABAB. Windows color (decimal): -5133658 or 10922673. OLE color: 10922673.

HSL color Cylindrical-coordinate representation of color #B1AAA6: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1AAA6 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 166 -
CMYK 0 0.04 0.06 0.31
HSL 21.82º 0.07% 0.67% -
HSV(B) 21.82º 0.06% 0.69% -
XYZ 39.39 40.85 41.89 -
YUV 171.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 177 170 166 0 0.04 0.06 0.31 21.82 0.07 0.67
Hex B1 AA A6 0 4 6 1F 16 7 43
Octal 261 252 246 0 4 6 37 26 7 103
Binary 10110001 10101010 10100110 0 100 110 11111 10110 111 1000011

Color Harmonies of #B1AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAA6

Black with #B1AAA6

Text Example


Text Example

White with #B1AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAA6; }

 p { color: rgb(177,170,166); }

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

background-color css

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

 a { background-color: rgb(177,170,166); }

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

border-color css

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

 span { border-color: rgb(177,170,166); }

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