#BA3B64

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

Shades of Rouge #BA3B64

Tints of Rouge #BA3B64

Color information

#BA3B64 (or 0xBA3B64) is unknown color: approx Rouge. HEX triplet: BA, 3B and 64. RGB value is (186,59,100). Sum of RGB (Red+Green+Blue) = 186+59+100=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B64 is #45C49B. Grayscale: #656565. Windows color (decimal): -4572316 or 6568890. OLE color: 6568890.

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

Color convert

RGB18659100-
CMYK00.680.460.27
HSL340.63º51.84%48.04%-
HSV(B)340.63º68.28%72.94%-
XYZ24.1114.4913.58-
YUV101.65127.08188.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=53.91%
G=17.10%
B=28.99%

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
Decimal1865910000.680.460.27340.6351.8448.04
HexBA3B640442E1B1553430
Octal27273144010456335256460
Binary1011101011101111001000100010010111011011101010101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3B64; }

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

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

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

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

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

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

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

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