#BE9195

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

Shades of Viola #BE9195

Tints of Viola #BE9195

Color information

#BE9195 (or 0xBE9195) is unknown color: approx Viola. HEX triplet: BE, 91 and 95. RGB value is (190,145,149). Sum of RGB (Red+Green+Blue) = 190+145+149=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9195 is #416E6A. Grayscale: #9E9E9E. Windows color (decimal): -4288107 or 9802174. OLE color: 9802174.

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

Color convert

RGB190145149-
CMYK00.240.220.25
HSL354.67º25.71%65.69%-
HSV(B)354.67º23.68%74.51%-
XYZ36.7933.3732.94-
YUV158.91122.41150.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=39.26%
G=29.96%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014514900.240.220.25354.6725.7165.69
HexBE919501816191631a42
Octal276221225030263154332102
Binary1011111010010001100101010110001011011001101100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9195; }

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

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

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

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

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

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

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

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