Html Css Color HEX #B1A49C Martini

📋 copy color: '#B1A49C'

red 177 ◦ green 164 ◦ blue 156

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

Shades of Martini #B1A49C

Tints of Martini #B1A49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 35.61%
G = 33%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1A49C (or 0xB1A49C) is known color: Martini. HEX triplet: B1, A4 and 9C. RGB value is (177,164,156). Sum of RGB (Red+Green+Blue) = 177+164+156=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A49C is #4E5B63. Grayscale: #A7A7A7. Windows color (decimal): -5135204 or 10265777. OLE color: 10265777.

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

Color convert

RGB 177 164 156 -
CMYK 0 0.07 0.12 0.31
HSL 22.86º 0.12% 0.65% -
HSV(B) 22.86º 0.12% 0.69% -
XYZ 37.41 38.3 36.87 -
YUV 166.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 177 164 156 0 0.07 0.12 0.31 22.86 0.12 0.65
Hex B1 A4 9C 0 7 C 1F 17 C 41
Octal 261 244 234 0 7 14 37 27 14 101
Binary 10110001 10100100 10011100 0 111 1100 11111 10111 1100 1000001

Color Harmonies of #B1A49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A49C

Black with #B1A49C

Text Example


Text Example

White with #B1A49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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