#BA346E

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

Shades of Rouge #BA346E

Tints of Rouge #BA346E

Color information

#BA346E (or 0xBA346E) is unknown color: approx Rouge. HEX triplet: BA, 34 and 6E. RGB value is (186,52,110). Sum of RGB (Red+Green+Blue) = 186+52+110=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA346E is #45CB91. Grayscale: #626262. Windows color (decimal): -4574098 or 7222458. OLE color: 7222458.

HSL color Cylindrical-coordinate representation of color #BA346E: hue angle of 334.03º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA346E is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18652110-
CMYK00.720.410.27
HSL334.03º56.3%46.67%-
HSV(B)334.03º72.04%72.94%-
XYZ24.2914.0216.18-
YUV98.68134.39190.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 52 (20.70% from 255) = 14.94%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=53.45%
G=14.94%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865211000.720.410.27334.0356.346.67
HexBA346E048291B14e382f
Octal27264156011051335167057
Binary1011101011010011011100100100010100111011101001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA346E; }

 p { color: rgb(186,52,110); }

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

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

 a { background-color: rgb(186,52,110); }

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

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

 span { border-color: rgb(186,52,110); }

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