#be8a90

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

Shades of Viola #BE8A90

Tints of Viola #BE8A90

Color information

#BE8A90 (or 0xBE8A90) is unknown color: approx Viola. HEX triplet: BE, 8A and 90. RGB value is (190,138,144). Sum of RGB (Red+Green+Blue) = 190+138+144=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A90 is #41756F. Grayscale: #9A9A9A. Windows color (decimal): -4289904 or 9472702. OLE color: 9472702.

HSL color Cylindrical-coordinate representation of color #BE8A90: hue angle of 353.08º 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 #BE8A90 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190138144-
CMYK00.270.240.25
HSL353.08º28.57%64.31%-
HSV(B)353.08º27.37%74.51%-
XYZ35.3631.1430.53-
YUV154.23122.23153.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 144 (56.64% from 255) = 30.51%
R=40.25%
G=29.24%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013814400.270.240.25353.0828.5764.31
HexBE8A9001B18191611d40
Octal276212220033303154135100
Binary1011111010001010100100000110111100011001101100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8a90; }

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

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

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

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

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

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

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

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