#BA2D64

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

Shades of Rouge #BA2D64

Tints of Rouge #BA2D64

Color information

#BA2D64 (or 0xBA2D64) is unknown color: approx Rouge. HEX triplet: BA, 2D and 64. RGB value is (186,45,100). Sum of RGB (Red+Green+Blue) = 186+45+100=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D64 is #45D29B. Grayscale: #5D5D5D. Windows color (decimal): -4575900 or 6565306. OLE color: 6565306.

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

Color convert

RGB18645100-
CMYK00.760.460.27
HSL336.6º61.04%45.29%-
HSV(B)336.6º75.81%72.94%-
XYZ23.4913.2413.37-
YUV93.43131.71194.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=56.19%
G=13.60%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864510000.760.460.27336.661.0445.29
HexBA2D6404C2E1B1513d2d
Octal27255144011456335217555
Binary1011101010110111001000100110010111011011101010001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D64; }

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

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

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

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

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

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

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

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