#BE8995

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

Shades of Viola #BE8995

Tints of Viola #BE8995

Color information

#BE8995 (or 0xBE8995) is unknown color: approx Viola. HEX triplet: BE, 89 and 95. RGB value is (190,137,149). Sum of RGB (Red+Green+Blue) = 190+137+149=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8995 is #41766A. Grayscale: #9A9A9A. Windows color (decimal): -4290155 or 9800126. OLE color: 9800126.

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

Color convert

RGB190137149-
CMYK00.280.220.25
HSL346.42º28.96%64.12%-
HSV(B)346.42º27.89%74.51%-
XYZ35.6131.0132.54-
YUV154.21125.06153.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=39.92%
G=28.78%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013714900.280.220.25346.4228.9664.12
HexBE899501C161915a1d40
Octal276211225034263153235100
Binary1011111010001001100101010111001011011001101011010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8995; }

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

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

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

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

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

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

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

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