#B18494

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

Shades of Viola #B18494

Tints of Viola #B18494

Color information

#B18494 (or 0xB18494) is unknown color: approx Viola. HEX triplet: B1, 84 and 94. RGB value is (177,132,148). Sum of RGB (Red+Green+Blue) = 177+132+148=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B18494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18494 is #4E7B6B. Grayscale: #939393. Windows color (decimal): -5143404 or 9733297. OLE color: 9733297.

HSL color Cylindrical-coordinate representation of color #B18494: hue angle of 338.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18494 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177132148-
CMYK00.250.160.31
HSL338.67º22.39%60.59%-
HSV(B)338.67º25.42%69.41%-
XYZ31.7327.9931.75-
YUV147.28128.41149.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=38.73%
G=28.88%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713214800.250.160.31338.6722.3960.59
HexB18494019101F153163d
Octal26120422403120375232675
Binary101100011000010010010100011001100001111110101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18494; }

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

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

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

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

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

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

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

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