#BE949B

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

Shades of Viola #BE949B

Tints of Viola #BE949B

Color information

#BE949B (or 0xBE949B) is unknown color: approx Viola. HEX triplet: BE, 94 and 9B. RGB value is (190,148,155). Sum of RGB (Red+Green+Blue) = 190+148+155=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE949B is #416B64. Grayscale: #A1A1A1. Windows color (decimal): -4287333 or 10196158. OLE color: 10196158.

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

Color convert

RGB190148155-
CMYK00.220.180.25
HSL350º24.42%66.27%-
HSV(B)350º22.11%74.51%-
XYZ37.7434.4935.68-
YUV161.36124.41148.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=38.54%
G=30.02%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014815500.220.180.2535024.4266.27
HexBE949B016121915e1842
Octal276224233026223153630102
Binary1011111010010100100110110101101001011001101011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE949B; }

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

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

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

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

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

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

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

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