#BA849B

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

Shades of Viola #BA849B

Tints of Viola #BA849B

Color information

#BA849B (or 0xBA849B) is unknown color: approx Viola. HEX triplet: BA, 84 and 9B. RGB value is (186,132,155). Sum of RGB (Red+Green+Blue) = 186+132+155=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA849B is #457B64. Grayscale: #969696. Windows color (decimal): -4553573 or 10192058. OLE color: 10192058.

HSL color Cylindrical-coordinate representation of color #BA849B: hue angle of 334.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA849B is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB186132155-
CMYK00.290.170.27
HSL334.44º28.12%62.35%-
HSV(B)334.44º29.03%72.94%-
XYZ34.4229.3134.85-
YUV150.77130.39153.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=39.32%
G=27.91%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613215500.290.170.27334.4428.1262.35
HexBA849B01D111B14e1c3e
Octal27220423303521335163476
Binary101110101000010010011011011101100011101110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA849B; }

 p { color: rgb(186,132,155); }

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

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

 a { background-color: rgb(186,132,155); }

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

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

 span { border-color: rgb(186,132,155); }

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