#BA2F64

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

Shades of Rouge #BA2F64

Tints of Rouge #BA2F64

Color information

#BA2F64 (or 0xBA2F64) is unknown color: approx Rouge. HEX triplet: BA, 2F and 64. RGB value is (186,47,100). Sum of RGB (Red+Green+Blue) = 186+47+100=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F64 is #45D09B. Grayscale: #5E5E5E. Windows color (decimal): -4575388 or 6565818. OLE color: 6565818.

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

Color convert

RGB18647100-
CMYK00.750.460.27
HSL337.12º59.66%45.69%-
HSV(B)337.12º74.73%72.94%-
XYZ23.5713.3913.4-
YUV94.6131.05193.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 47 (18.75% from 255) = 14.11%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=55.86%
G=14.11%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864710000.750.460.27337.1259.6645.69
HexBA2F6404B2E1B1513c2e
Octal27257144011356335217456
Binary1011101010111111001000100101110111011011101010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F64; }

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

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

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

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

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

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

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

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