#BE8A94

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

Shades of Viola #BE8A94

Tints of Viola #BE8A94

Color information

#BE8A94 (or 0xBE8A94) is unknown color: approx Viola. HEX triplet: BE, 8A and 94. RGB value is (190,138,148). Sum of RGB (Red+Green+Blue) = 190+138+148=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A94 is #41756B. Grayscale: #9A9A9A. Windows color (decimal): -4289900 or 9734846. OLE color: 9734846.

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

Color convert

RGB190138148-
CMYK00.270.220.25
HSL348.46º28.57%64.31%-
HSV(B)348.46º27.37%74.51%-
XYZ35.6731.2632.17-
YUV154.69124.23153.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=39.92%
G=28.99%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013814800.270.220.25348.4628.5764.31
HexBE8A9401B161915c1d40
Octal276212224033263153435100
Binary1011111010001010100101000110111011011001101011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A94; }

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

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

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

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

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

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

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

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