#BA3361

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

Shades of Rouge #BA3361

Tints of Rouge #BA3361

Color information

#BA3361 (or 0xBA3361) is unknown color: approx Rouge. HEX triplet: BA, 33 and 61. RGB value is (186,51,97). Sum of RGB (Red+Green+Blue) = 186+51+97=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3361 is #45CC9E. Grayscale: #606060. Windows color (decimal): -4574367 or 6370234. OLE color: 6370234.

HSL color Cylindrical-coordinate representation of color #BA3361: hue angle of 339.56º 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 #BA3361 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1865197-
CMYK00.730.480.27
HSL339.56º56.96%46.47%-
HSV(B)339.56º72.58%72.94%-
XYZ23.5913.6712.7-
YUV96.61128.23191.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=55.69%
G=15.27%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186519700.730.480.27339.5656.9646.47
HexBA3361049301B154392e
Octal27263141011160335247156
Binary1011101011001111000010100100111000011011101010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3361; }

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

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

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

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

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

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

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

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