#BA3E62

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

Shades of Rouge #BA3E62

Tints of Rouge #BA3E62

Color information

#BA3E62 (or 0xBA3E62) is unknown color: approx Rouge. HEX triplet: BA, 3E and 62. RGB value is (186,62,98). Sum of RGB (Red+Green+Blue) = 186+62+98=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E62 is #45C19D. Grayscale: #676767. Windows color (decimal): -4571550 or 6438586. OLE color: 6438586.

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

Color convert

RGB1866298-
CMYK00.670.470.27
HSL342.58º50%48.63%-
HSV(B)342.58º66.67%72.94%-
XYZ24.1814.7713.13-
YUV103.18125.08187.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=53.76%
G=17.92%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186629800.670.470.27342.585048.63
HexBA3E620432F1B1573231
Octal27276142010357335276261
Binary1011101011111011000100100001110111111011101010111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E62; }

 p { color: rgb(186,62,98); }

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

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

 a { background-color: rgb(186,62,98); }

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

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

 span { border-color: rgb(186,62,98); }

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