#BA3A62

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

Shades of Rouge #BA3A62

Tints of Rouge #BA3A62

Color information

#BA3A62 (or 0xBA3A62) is unknown color: approx Rouge. HEX triplet: BA, 3A and 62. RGB value is (186,58,98). Sum of RGB (Red+Green+Blue) = 186+58+98=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A62 is #45C59D. Grayscale: #646464. Windows color (decimal): -4572574 or 6437562. OLE color: 6437562.

HSL color Cylindrical-coordinate representation of color #BA3A62: hue angle of 341.25º degrees, saturation: 0.52, 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 #BA3A62 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1865898-
CMYK00.690.470.27
HSL341.25º52.46%47.84%-
HSV(B)341.25º68.82%72.94%-
XYZ23.9714.3513.06-
YUV100.83126.41188.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 58 (23.05% from 255) = 16.96%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=54.39%
G=16.96%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186589800.690.470.27341.2552.4647.84
HexBA3A620452F1B1553430
Octal27272142010557335256460
Binary1011101011101011000100100010110111111011101010101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A62; }

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

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

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

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

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

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

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

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