#BE8496

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

Shades of Viola #BE8496

Tints of Viola #BE8496

Color information

#BE8496 (or 0xBE8496) is unknown color: approx Viola. HEX triplet: BE, 84 and 96. RGB value is (190,132,150). Sum of RGB (Red+Green+Blue) = 190+132+150=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8496 is #417B69. Grayscale: #979797. Windows color (decimal): -4291434 or 9864382. OLE color: 9864382.

HSL color Cylindrical-coordinate representation of color #BE8496: hue angle of 341.38º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8496 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190132150-
CMYK00.310.210.25
HSL341.38º30.85%63.14%-
HSV(B)341.38º30.53%74.51%-
XYZ34.9929.6532.73-
YUV151.39127.22155.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 150 (58.98% from 255) = 31.78%
R=40.25%
G=27.97%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013215000.310.210.25341.3830.8563.14
HexBE849601F15191551f3f
Octal27620422603725315253777
Binary101111101000010010010110011111101011100110101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8496; }

 p { color: rgb(190,132,150); }

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

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

 a { background-color: rgb(190,132,150); }

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

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

 span { border-color: rgb(190,132,150); }

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