#BE8B9A

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

Shades of Viola #BE8B9A

Tints of Viola #BE8B9A

Color information

#BE8B9A (or 0xBE8B9A) is unknown color: approx Viola. HEX triplet: BE, 8B and 9A. RGB value is (190,139,154). Sum of RGB (Red+Green+Blue) = 190+139+154=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B9A is #417465. Grayscale: #9B9B9B. Windows color (decimal): -4289638 or 10128318. OLE color: 10128318.

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

Color convert

RGB190139154-
CMYK00.270.190.25
HSL342.35º28.18%64.51%-
HSV(B)342.35º26.84%74.51%-
XYZ36.331.7534.79-
YUV155.96126.9152.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 139 (54.69% from 255) = 28.78%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=39.34%
G=28.78%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013915400.270.190.25342.3528.1864.51
HexBE8B9A01B13191561c41
Octal276213232033233152634101
Binary1011111010001011100110100110111001111001101010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B9A; }

 p { color: rgb(190,139,154); }

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

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

 a { background-color: rgb(190,139,154); }

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

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

 span { border-color: rgb(190,139,154); }

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