#BA3366

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

Shades of Rouge #BA3366

Tints of Rouge #BA3366

Color information

#BA3366 (or 0xBA3366) is unknown color: approx Rouge. HEX triplet: BA, 33 and 66. RGB value is (186,51,102). Sum of RGB (Red+Green+Blue) = 186+51+102=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3366 is #45CC99. Grayscale: #616161. Windows color (decimal): -4574362 or 6697914. OLE color: 6697914.

HSL color Cylindrical-coordinate representation of color #BA3366: hue angle of 337.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3366 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18651102-
CMYK00.730.450.27
HSL337.33º56.96%46.47%-
HSV(B)337.33º72.58%72.94%-
XYZ23.8313.7713.97-
YUV97.18130.73191.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=54.87%
G=15.04%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865110200.730.450.27337.3356.9646.47
HexBA33660492D1B151392e
Octal27263146011155335217156
Binary1011101011001111001100100100110110111011101010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3366; }

 p { color: rgb(186,51,102); }

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

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

 a { background-color: rgb(186,51,102); }

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

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

 span { border-color: rgb(186,51,102); }

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