#BA3364

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

Shades of Rouge #BA3364

Tints of Rouge #BA3364

Color information

#BA3364 (or 0xBA3364) is unknown color: approx Rouge. HEX triplet: BA, 33 and 64. RGB value is (186,51,100). Sum of RGB (Red+Green+Blue) = 186+51+100=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3364 is #45CC9B. Grayscale: #606060. Windows color (decimal): -4574364 or 6566842. OLE color: 6566842.

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

Color convert

RGB18651100-
CMYK00.730.460.27
HSL338.22º56.96%46.47%-
HSV(B)338.22º72.58%72.94%-
XYZ23.7313.7313.46-
YUV96.95129.73191.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=55.19%
G=15.13%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865110000.730.460.27338.2256.9646.47
HexBA33640492E1B152392e
Octal27263144011156335227156
Binary1011101011001111001000100100110111011011101010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3364; }

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

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

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

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

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

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

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

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