#BE9094

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

Shades of Viola #BE9094

Tints of Viola #BE9094

Color information

#BE9094 (or 0xBE9094) is unknown color: approx Viola. HEX triplet: BE, 90 and 94. RGB value is (190,144,148). Sum of RGB (Red+Green+Blue) = 190+144+148=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9094 is #416F6B. Grayscale: #9E9E9E. Windows color (decimal): -4288364 or 9736382. OLE color: 9736382.

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

Color convert

RGB190144148-
CMYK00.240.220.25
HSL354.78º26.14%65.49%-
HSV(B)354.78º24.21%74.51%-
XYZ36.5533.0332.47-
YUV158.21122.24150.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=39.42%
G=29.88%
B=30.71%

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
Decimal19014414800.240.220.25354.7826.1465.49
HexBE909401816191631a41
Octal276220224030263154332101
Binary1011111010010000100101000110001011011001101100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9094; }

 p { color: rgb(190,144,148); }

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

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

 a { background-color: rgb(190,144,148); }

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

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

 span { border-color: rgb(190,144,148); }

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