#BA3C64

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

Shades of Rouge #BA3C64

Tints of Rouge #BA3C64

Color information

#BA3C64 (or 0xBA3C64) is unknown color: approx Rouge. HEX triplet: BA, 3C and 64. RGB value is (186,60,100). Sum of RGB (Red+Green+Blue) = 186+60+100=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C64 is #45C39B. Grayscale: #666666. Windows color (decimal): -4572060 or 6569146. OLE color: 6569146.

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

Color convert

RGB18660100-
CMYK00.680.460.27
HSL340.95º51.22%48.24%-
HSV(B)340.95º67.74%72.94%-
XYZ24.1714.5913.6-
YUV102.23126.74187.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=53.76%
G=17.34%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866010000.680.460.27340.9551.2248.24
HexBA3C640442E1B1553330
Octal27274144010456335256360
Binary1011101011110011001000100010010111011011101010101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C64; }

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

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

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

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

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

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

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

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