#BA3566

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

Shades of Rouge #BA3566

Tints of Rouge #BA3566

Color information

#BA3566 (or 0xBA3566) is unknown color: approx Rouge. HEX triplet: BA, 35 and 66. RGB value is (186,53,102). Sum of RGB (Red+Green+Blue) = 186+53+102=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3566 is #45CA99. Grayscale: #626262. Windows color (decimal): -4573850 or 6698426. OLE color: 6698426.

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

Color convert

RGB18653102-
CMYK00.720.450.27
HSL337.89º55.65%46.86%-
HSV(B)337.89º71.51%72.94%-
XYZ23.9213.9414-
YUV98.35130.06190.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=54.55%
G=15.54%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865310200.720.450.27337.8955.6546.86
HexBA35660482D1B152382f
Octal27265146011055335227057
Binary1011101011010111001100100100010110111011101010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3566; }

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

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

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

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

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

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

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

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