#BA3769

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

Shades of Rouge #BA3769

Tints of Rouge #BA3769

Color information

#BA3769 (or 0xBA3769) is unknown color: approx Rouge. HEX triplet: BA, 37 and 69. RGB value is (186,55,105). Sum of RGB (Red+Green+Blue) = 186+55+105=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3769 is #45C896. Grayscale: #636363. Windows color (decimal): -4573335 or 6895546. OLE color: 6895546.

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

Color convert

RGB18655105-
CMYK00.700.440.27
HSL337.1º54.36%47.25%-
HSV(B)337.1º70.43%72.94%-
XYZ24.1714.1914.83-
YUV99.87130.9189.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=53.76%
G=15.90%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865510500.700.440.27337.154.3647.25
HexBA37690462C1B151362f
Octal27267151010654335216657
Binary1011101011011111010010100011010110011011101010001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3769; }

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

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

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

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

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

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

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

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