#BA3064

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

Shades of Rouge #BA3064

Tints of Rouge #BA3064

Color information

#BA3064 (or 0xBA3064) is unknown color: approx Rouge. HEX triplet: BA, 30 and 64. RGB value is (186,48,100). Sum of RGB (Red+Green+Blue) = 186+48+100=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3064 is #45CF9B. Grayscale: #5F5F5F. Windows color (decimal): -4575132 or 6566074. OLE color: 6566074.

HSL color Cylindrical-coordinate representation of color #BA3064: hue angle of 337.39º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3064 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18648100-
CMYK00.740.460.27
HSL337.39º58.97%45.88%-
HSV(B)337.39º74.19%72.94%-
XYZ23.6113.4713.41-
YUV95.19130.72192.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=55.69%
G=14.37%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864810000.740.460.27337.3958.9745.88
HexBA306404A2E1B1513b2e
Octal27260144011256335217356
Binary1011101011000011001000100101010111011011101010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3064; }

 p { color: rgb(186,48,100); }

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

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

 a { background-color: rgb(186,48,100); }

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

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

 span { border-color: rgb(186,48,100); }

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