Html Css Color HEX #B1A5A1 Martini

📋 copy color: '#B1A5A1'

red 177 ◦ green 165 ◦ blue 161

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

Shades of Martini #B1A5A1

Tints of Martini #B1A5A1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

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

R = 35.19%
G = 32.8%
B = 32.01%

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

#B1A5A1 (or 0xB1A5A1) is known color: Martini. HEX triplet: B1, A5 and A1. RGB value is (177,165,161). Sum of RGB (Red+Green+Blue) = 177+165+161=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A5A1 is #4E5A5E. Grayscale: #A8A8A8. Windows color (decimal): -5134943 or 10593713. OLE color: 10593713.

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

Color convert

RGB 177 165 161 -
CMYK 0 0.07 0.09 0.31
HSL 15º 0.09% 0.66% -
HSV(B) 15º 0.09% 0.69% -
XYZ 38.02 38.83 39.21 -
YUV 168.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 177 165 161 0 0.07 0.09 0.31 15 0.09 0.66
Hex B1 A5 A1 0 7 9 1F F 9 42
Octal 261 245 241 0 7 11 37 17 11 102
Binary 10110001 10100101 10100001 0 111 1001 11111 1111 1001 1000010

Color Harmonies of #B1A5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5A1

Black with #B1A5A1

Text Example


Text Example

White with #B1A5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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