Html Css Color HEX #B1A4A1 Martini

📋 copy color: '#B1A4A1'

red 177 ◦ green 164 ◦ blue 161

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

Shades of Martini #B1A4A1

Tints of Martini #B1A4A1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 161 (63.28% from 255) = 32.07%

R = 35.26%
G = 32.67%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B1A4A1 (or 0xB1A4A1) is known color: Martini. HEX triplet: B1, A4 and A1. RGB value is (177,164,161). Sum of RGB (Red+Green+Blue) = 177+164+161=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A4A1 is #4E5B5E. Grayscale: #A7A7A7. Windows color (decimal): -5135199 or 10593457. OLE color: 10593457.

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

Color convert

RGB 177 164 161 -
CMYK 0 0.07 0.09 0.31
HSL 11.25º 0.09% 0.66% -
HSV(B) 11.25º 0.09% 0.69% -
XYZ 37.84 38.47 39.15 -
YUV 167.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 177 164 161 0 0.07 0.09 0.31 11.25 0.09 0.66
Hex B1 A4 A1 0 7 9 1F B 9 42
Octal 261 244 241 0 7 11 37 13 11 102
Binary 10110001 10100100 10100001 0 111 1001 11111 1011 1001 1000010

Color Harmonies of #B1A4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4A1

Black with #B1A4A1

Text Example


Text Example

White with #B1A4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4A1; }

 p { color: rgb(177,164,161); }

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

background-color css

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

 a { background-color: rgb(177,164,161); }

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

border-color css

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

 span { border-color: rgb(177,164,161); }

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