#BA3568

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

Shades of Rouge #BA3568

Tints of Rouge #BA3568

Color information

#BA3568 (or 0xBA3568) is unknown color: approx Rouge. HEX triplet: BA, 35 and 68. RGB value is (186,53,104). Sum of RGB (Red+Green+Blue) = 186+53+104=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3568 is #45CA97. Grayscale: #626262. Windows color (decimal): -4573848 or 6829498. OLE color: 6829498.

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

Color convert

RGB18653104-
CMYK00.720.440.27
HSL336.99º55.65%46.86%-
HSV(B)336.99º71.51%72.94%-
XYZ24.0213.9814.53-
YUV98.58131.06190.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 53 (21.09% from 255) = 15.45%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=54.23%
G=15.45%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865310400.720.440.27336.9955.6546.86
HexBA35680482C1B151382f
Octal27265150011054335217057
Binary1011101011010111010000100100010110011011101010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3568; }

 p { color: rgb(186,53,104); }

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

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

 a { background-color: rgb(186,53,104); }

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

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

 span { border-color: rgb(186,53,104); }

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