#BE8595

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

Shades of Viola #BE8595

Tints of Viola #BE8595

Color information

#BE8595 (or 0xBE8595) is unknown color: approx Viola. HEX triplet: BE, 85 and 95. RGB value is (190,133,149). Sum of RGB (Red+Green+Blue) = 190+133+149=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8595 is #417A6A. Grayscale: #979797. Windows color (decimal): -4291179 or 9799102. OLE color: 9799102.

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

Color convert

RGB190133149-
CMYK00.30.220.25
HSL343.16º30.48%63.33%-
HSV(B)343.16º30%74.51%-
XYZ35.0529.8932.36-
YUV151.87126.38155.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=40.25%
G=28.18%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013314900.30.220.25343.1630.4863.33
HexBE859501E16191571e3f
Octal27620522503626315273677
Binary101111101000010110010101011110101101100110101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8595; }

 p { color: rgb(190,133,149); }

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

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

 a { background-color: rgb(190,133,149); }

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

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

 span { border-color: rgb(190,133,149); }

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