#BA3E65

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

Shades of Rouge #BA3E65

Tints of Rouge #BA3E65

Color information

#BA3E65 (or 0xBA3E65) is unknown color: approx Rouge. HEX triplet: BA, 3E and 65. RGB value is (186,62,101). Sum of RGB (Red+Green+Blue) = 186+62+101=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E65 is #45C19A. Grayscale: #676767. Windows color (decimal): -4571547 or 6635194. OLE color: 6635194.

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

Color convert

RGB18662101-
CMYK00.670.460.27
HSL341.13º50%48.63%-
HSV(B)341.13º66.67%72.94%-
XYZ24.3214.8213.89-
YUV103.52126.58186.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=53.30%
G=17.77%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866210100.670.460.27341.135048.63
HexBA3E650432E1B1553231
Octal27276145010356335256261
Binary1011101011111011001010100001110111011011101010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E65; }

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

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

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

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

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

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

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

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