#B5949C

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

Shades of Viola #B5949C

Tints of Viola #B5949C

Color information

#B5949C (or 0xB5949C) is unknown color: approx Viola. HEX triplet: B5, 94 and 9C. RGB value is (181,148,156). Sum of RGB (Red+Green+Blue) = 181+148+156=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5949C is #4A6B63. Grayscale: #9E9E9E. Windows color (decimal): -4877156 or 10261685. OLE color: 10261685.

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

Color convert

RGB181148156-
CMYK00.180.140.29
HSL345.45º18.23%64.51%-
HSV(B)345.45º18.23%70.98%-
XYZ35.6533.436.02-
YUV158.78126.43143.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 148 (58.20% from 255) = 30.52%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=37.32%
G=30.52%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114815600.180.140.29345.4518.2364.51
HexB5949C012E1D1591241
Octal265224234022163553122101
Binary101101011001010010011100010010111011101101011001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5949C; }

 p { color: rgb(181,148,156); }

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

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

 a { background-color: rgb(181,148,156); }

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

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

 span { border-color: rgb(181,148,156); }

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