#B19F9B

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

Shades of Martini #B19F9B

Tints of Martini #B19F9B

Color information

#B19F9B (or 0xB19F9B) is unknown color: approx Martini. HEX triplet: B1, 9F and 9B. RGB value is (177,159,155). Sum of RGB (Red+Green+Blue) = 177+159+155=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F9B is #4E6064. Grayscale: #A3A3A3. Windows color (decimal): -5136485 or 10198961. OLE color: 10198961.

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

Color convert

RGB177159155-
CMYK00.100.120.31
HSL10.91º12.36%65.1%-
HSV(B)10.91º12.43%69.41%-
XYZ36.4536.5136.14-
YUV163.93122.96137.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=36.05%
G=32.38%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715915500.100.120.3110.9112.3665.1
HexB19F9B0AC1Fbc41
Octal26123723301214371314101
Binary10110001100111111001101101010110011111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F9B; }

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

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

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

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

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

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

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

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