#BA3760

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

Shades of Rouge #BA3760

Tints of Rouge #BA3760

Color information

#BA3760 (or 0xBA3760) is unknown color: approx Rouge. HEX triplet: BA, 37 and 60. RGB value is (186,55,96). Sum of RGB (Red+Green+Blue) = 186+55+96=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3760 is #45C89F. Grayscale: #626262. Windows color (decimal): -4573344 or 6305722. OLE color: 6305722.

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

Color convert

RGB1865596-
CMYK00.700.480.27
HSL341.22º54.36%47.25%-
HSV(B)341.22º70.43%72.94%-
XYZ23.7314.0212.52-
YUV98.84126.4190.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=55.19%
G=16.32%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186559600.700.480.27341.2254.3647.25
HexBA3760046301B155362f
Octal27267140010660335256657
Binary1011101011011111000000100011011000011011101010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3760; }

 p { color: rgb(186,55,96); }

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

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

 a { background-color: rgb(186,55,96); }

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

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

 span { border-color: rgb(186,55,96); }

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