#B5939A

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

Shades of Viola #B5939A

Tints of Viola #B5939A

Color information

#B5939A (or 0xB5939A) is unknown color: approx Viola. HEX triplet: B5, 93 and 9A. RGB value is (181,147,154). Sum of RGB (Red+Green+Blue) = 181+147+154=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5939A is #4A6C65. Grayscale: #9D9D9D. Windows color (decimal): -4877414 or 10130357. OLE color: 10130357.

HSL color Cylindrical-coordinate representation of color #B5939A: hue angle of 347.65º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5939A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB181147154-
CMYK00.190.150.29
HSL347.65º18.68%64.31%-
HSV(B)347.65º18.78%70.98%-
XYZ35.3233.0235.08-
YUV157.96125.76144.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=37.55%
G=30.50%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114715400.190.150.29347.6518.6864.31
HexB5939A013F1D15c1340
Octal265223232023173553423100
Binary101101011001001110011010010011111111101101011100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5939A; }

 p { color: rgb(181,147,154); }

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

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

 a { background-color: rgb(181,147,154); }

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

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

 span { border-color: rgb(181,147,154); }

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