#BA316A

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

Shades of Rouge #BA316A

Tints of Rouge #BA316A

Color information

#BA316A (or 0xBA316A) is unknown color: approx Rouge. HEX triplet: BA, 31 and 6A. RGB value is (186,49,106). Sum of RGB (Red+Green+Blue) = 186+49+106=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA316A is #45CE95. Grayscale: #606060. Windows color (decimal): -4574870 or 6959546. OLE color: 6959546.

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

Color convert

RGB18649106-
CMYK00.740.430.27
HSL335.04º58.3%46.08%-
HSV(B)335.04º73.66%72.94%-
XYZ23.9513.6815.01-
YUV96.46133.39191.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=54.55%
G=14.37%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864910600.740.430.27335.0458.346.08
HexBA316A04A2B1B14f3a2e
Octal27261152011253335177256
Binary1011101011000111010100100101010101111011101001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA316A; }

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

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

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

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

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

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

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

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