#BE8892

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

Shades of Viola #BE8892

Tints of Viola #BE8892

Color information

#BE8892 (or 0xBE8892) is unknown color: approx Viola. HEX triplet: BE, 88 and 92. RGB value is (190,136,146). Sum of RGB (Red+Green+Blue) = 190+136+146=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8892 is #41776D. Grayscale: #999999. Windows color (decimal): -4290414 or 9603262. OLE color: 9603262.

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

Color convert

RGB190136146-
CMYK00.280.230.25
HSL348.89º29.35%63.92%-
HSV(B)348.89º28.42%74.51%-
XYZ35.2330.6331.25-
YUV153.29123.89154.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=40.25%
G=28.81%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013614600.280.230.25348.8929.3563.92
HexBE889201C171915d1d40
Octal276210222034273153535100
Binary1011111010001000100100100111001011111001101011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8892; }

 p { color: rgb(190,136,146); }

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

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

 a { background-color: rgb(190,136,146); }

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

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

 span { border-color: rgb(190,136,146); }

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