#BA3C66

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

Shades of Rouge #BA3C66

Tints of Rouge #BA3C66

Color information

#BA3C66 (or 0xBA3C66) is unknown color: approx Rouge. HEX triplet: BA, 3C and 66. RGB value is (186,60,102). Sum of RGB (Red+Green+Blue) = 186+60+102=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C66 is #45C399. Grayscale: #666666. Windows color (decimal): -4572058 or 6700218. OLE color: 6700218.

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

Color convert

RGB18660102-
CMYK00.680.450.27
HSL340º51.22%48.24%-
HSV(B)340º67.74%72.94%-
XYZ24.2614.6314.12-
YUV102.46127.74187.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=53.45%
G=17.24%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866010200.680.450.2734051.2248.24
HexBA3C660442D1B1543330
Octal27274146010455335246360
Binary1011101011110011001100100010010110111011101010100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C66; }

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

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

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

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

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

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

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

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