#BA3F62

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

Shades of Rouge #BA3F62

Tints of Rouge #BA3F62

Color information

#BA3F62 (or 0xBA3F62) is unknown color: approx Rouge. HEX triplet: BA, 3F and 62. RGB value is (186,63,98). Sum of RGB (Red+Green+Blue) = 186+63+98=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F62 is #45C09D. Grayscale: #676767. Windows color (decimal): -4571294 or 6438842. OLE color: 6438842.

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

Color convert

RGB1866398-
CMYK00.660.470.27
HSL342.93º49.4%48.82%-
HSV(B)342.93º66.13%72.94%-
XYZ24.2314.8813.15-
YUV103.77124.75186.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=53.60%
G=18.16%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186639800.660.470.27342.9349.448.82
HexBA3F620422F1B1573131
Octal27277142010257335276161
Binary1011101011111111000100100001010111111011101010111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F62; }

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

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

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

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

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

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

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

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