#BA316C

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

Shades of Rouge #BA316C

Tints of Rouge #BA316C

Color information

#BA316C (or 0xBA316C) is unknown color: approx Rouge. HEX triplet: BA, 31 and 6C. RGB value is (186,49,108). Sum of RGB (Red+Green+Blue) = 186+49+108=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA316C is #45CE93. Grayscale: #606060. Windows color (decimal): -4574868 or 7090618. OLE color: 7090618.

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

Color convert

RGB18649108-
CMYK00.740.420.27
HSL334.16º58.3%46.08%-
HSV(B)334.16º73.66%72.94%-
XYZ24.0513.7215.57-
YUV96.69134.39191.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=54.23%
G=14.29%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864910800.740.420.27334.1658.346.08
HexBA316C04A2A1B14e3a2e
Octal27261154011252335167256
Binary1011101011000111011000100101010101011011101001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA316C; }

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

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

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

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

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

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

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

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