#B18F99

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

Shades of Viola #B18F99

Tints of Viola #B18F99

Color information

#B18F99 (or 0xB18F99) is unknown color: approx Viola. HEX triplet: B1, 8F and 99. RGB value is (177,143,153). Sum of RGB (Red+Green+Blue) = 177+143+153=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F99 is #4E7066. Grayscale: #9A9A9A. Windows color (decimal): -5140583 or 10063793. OLE color: 10063793.

HSL color Cylindrical-coordinate representation of color #B18F99: hue angle of 342.35º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B18F99 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177143153-
CMYK00.190.140.31
HSL342.35º17.89%62.75%-
HSV(B)342.35º19.21%69.41%-
XYZ33.731.2934.4-
YUV154.31127.26144.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=37.42%
G=30.23%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714315300.190.140.31342.3517.8962.75
HexB18F99013E1F156123f
Octal26121723102316375262277
Binary10110001100011111001100101001111101111110101011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F99; }

 p { color: rgb(177,143,153); }

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

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

 a { background-color: rgb(177,143,153); }

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

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

 span { border-color: rgb(177,143,153); }

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