Html Css Color HEX #B1A49F Martini

📋 copy color: '#B1A49F'

red 177 ◦ green 164 ◦ blue 159

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

Shades of Martini #B1A49F

Tints of Martini #B1A49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 35.4%
G = 32.8%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1A49F (or 0xB1A49F) is known color: Martini. HEX triplet: B1, A4 and 9F. RGB value is (177,164,159). Sum of RGB (Red+Green+Blue) = 177+164+159=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A49F is #4E5B60. Grayscale: #A7A7A7. Windows color (decimal): -5135201 or 10462385. OLE color: 10462385.

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

Color convert

RGB 177 164 159 -
CMYK 0 0.07 0.10 0.31
HSL 16.67º 0.1% 0.66% -
HSV(B) 16.67º 0.1% 0.69% -
XYZ 37.66 38.4 38.23 -
YUV 167.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 177 164 159 0 0.07 0.10 0.31 16.67 0.1 0.66
Hex B1 A4 9F 0 7 A 1F 11 A 42
Octal 261 244 237 0 7 12 37 21 12 102
Binary 10110001 10100100 10011111 0 111 1010 11111 10001 1010 1000010

Color Harmonies of #B1A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A49F

Black with #B1A49F

Text Example


Text Example

White with #B1A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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