#B18E94

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

Shades of Viola #B18E94

Tints of Viola #B18E94

Color information

#B18E94 (or 0xB18E94) is unknown color: approx Viola. HEX triplet: B1, 8E and 94. RGB value is (177,142,148). Sum of RGB (Red+Green+Blue) = 177+142+148=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18E94 is #4E716B. Grayscale: #999999. Windows color (decimal): -5140844 or 9735857. OLE color: 9735857.

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

Color convert

RGB177142148-
CMYK00.200.160.31
HSL349.71º18.32%62.55%-
HSV(B)349.71º19.77%69.41%-
XYZ33.1530.8332.22-
YUV153.15125.1145.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=37.90%
G=30.41%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714214800.200.160.31349.7118.3262.55
HexB18E94014101F15e123f
Octal26121622402420375362277
Binary101100011000111010010100010100100001111110101111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E94; }

 p { color: rgb(177,142,148); }

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

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

 a { background-color: rgb(177,142,148); }

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

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

 span { border-color: rgb(177,142,148); }

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