#B19F9A

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

Shades of Martini #B19F9A

Tints of Martini #B19F9A

Color information

#B19F9A (or 0xB19F9A) is unknown color: approx Martini. HEX triplet: B1, 9F and 9A. RGB value is (177,159,154). Sum of RGB (Red+Green+Blue) = 177+159+154=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F9A is #4E6065. Grayscale: #A3A3A3. Windows color (decimal): -5136486 or 10133425. OLE color: 10133425.

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

Color convert

RGB177159154-
CMYK00.100.130.31
HSL13.04º12.85%64.9%-
HSV(B)13.04º12.99%69.41%-
XYZ36.3636.4835.7-
YUV163.81122.46137.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=36.12%
G=32.45%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715915400.100.130.3113.0412.8564.9
HexB19F9A0AD1Fdd41
Octal26123723201215371515101
Binary10110001100111111001101001010110111111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F9A; }

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

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

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

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

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

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

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

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