#BA4064

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

Shades of Rouge #BA4064

Tints of Rouge #BA4064

Color information

#BA4064 (or 0xBA4064) is unknown color: approx Rouge. HEX triplet: BA, 40 and 64. RGB value is (186,64,100). Sum of RGB (Red+Green+Blue) = 186+64+100=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4064 is #45BF9B. Grayscale: #686868. Windows color (decimal): -4571036 or 6570170. OLE color: 6570170.

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

Color convert

RGB18664100-
CMYK00.660.460.27
HSL342.3º48.8%49.02%-
HSV(B)342.3º65.59%72.94%-
XYZ24.3815.0313.67-
YUV104.58125.42186.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=53.14%
G=18.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866410000.660.460.27342.348.849.02
HexBA40640422E1B1563131
Octal272100144010256335266161
Binary10111010100000011001000100001010111011011101010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4064; }

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

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

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

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

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

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

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

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