#B0A19D

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

Shades of Martini #B0A19D

Tints of Martini #B0A19D

Color information

#B0A19D (or 0xB0A19D) is unknown color: approx Martini. HEX triplet: B0, A1 and 9D. RGB value is (176,161,157). Sum of RGB (Red+Green+Blue) = 176+161+157=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A19D is #4F5E62. Grayscale: #A5A5A5. Windows color (decimal): -5201507 or 10330544. OLE color: 10330544.

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

Color convert

RGB176161157-
CMYK00.090.110.31
HSL12.63º10.73%65.29%-
HSV(B)12.63º10.8%69.02%-
XYZ36.7437.1537.13-
YUV165.03123.47135.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=35.63%
G=32.59%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616115700.090.110.3112.6310.7365.29
HexB0A19D09B1Fdb41
Octal26024123501113371513101
Binary10110000101000011001110101001101111111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A19D; }

 p { color: rgb(176,161,157); }

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

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

 a { background-color: rgb(176,161,157); }

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

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

 span { border-color: rgb(176,161,157); }

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