#BA395E

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

Shades of Rouge #BA395E

Tints of Rouge #BA395E

Color information

#BA395E (or 0xBA395E) is unknown color: approx Rouge. HEX triplet: BA, 39 and 5E. RGB value is (186,57,94). Sum of RGB (Red+Green+Blue) = 186+57+94=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA395E is #45C6A1. Grayscale: #636363. Windows color (decimal): -4572834 or 6175162. OLE color: 6175162.

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

Color convert

RGB1865794-
CMYK00.690.490.27
HSL342.79º53.09%47.65%-
HSV(B)342.79º69.35%72.94%-
XYZ23.7314.1712.07-
YUV99.79124.74189.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=55.19%
G=16.91%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186579400.690.490.27342.7953.0947.65
HexBA395E045311B1573530
Octal27271136010561335276560
Binary1011101011100110111100100010111000111011101010111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA395E; }

 p { color: rgb(186,57,94); }

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

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

 a { background-color: rgb(186,57,94); }

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

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

 span { border-color: rgb(186,57,94); }

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