#B1A29B

Color #B1A29B Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #B1A29B

Tints of Martini #B1A29B

Color information

#B1A29B (or 0xB1A29B) is unknown color: approx Martini. HEX triplet: B1, A2 and 9B. RGB value is (177,162,155). Sum of RGB (Red+Green+Blue) = 177+162+155=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A29B is #4E5D64. Grayscale: #A5A5A5. Windows color (decimal): -5135717 or 10199729. OLE color: 10199729.

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

Color convert

RGB177162155-
CMYK00.080.120.31
HSL19.09º12.36%65.1%-
HSV(B)19.09º12.43%69.41%-
XYZ36.9737.5536.31-
YUV165.69121.97136.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=35.83%
G=32.79%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716215500.080.120.3119.0912.3665.1
HexB1A29B08C1F13c41
Octal26124223301014372314101
Binary101100011010001010011011010001100111111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A29B; }

 p { color: rgb(177,162,155); }

 H1.HeaderClassName
 {
   color: #B1A29B;
 }
 .AnyTagClassName
 {
   color: #B1A29B;
 }
</style>
background-color css

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

 a { background-color: rgb(177,162,155); }

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

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

 span { border-color: rgb(177,162,155); }

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