#BA346C

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

Shades of Rouge #BA346C

Tints of Rouge #BA346C

Color information

#BA346C (or 0xBA346C) is unknown color: approx Rouge. HEX triplet: BA, 34 and 6C. RGB value is (186,52,108). Sum of RGB (Red+Green+Blue) = 186+52+108=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA346C is #45CB93. Grayscale: #626262. Windows color (decimal): -4574100 or 7091386. OLE color: 7091386.

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

Color convert

RGB18652108-
CMYK00.720.420.27
HSL334.93º56.3%46.67%-
HSV(B)334.93º72.04%72.94%-
XYZ24.1813.9815.61-
YUV98.45133.39190.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=53.76%
G=15.03%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865210800.720.420.27334.9356.346.67
HexBA346C0482A1B14f382f
Octal27264154011052335177057
Binary1011101011010011011000100100010101011011101001111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA346C; }

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

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

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

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

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

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

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

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