#BA2B64

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

Shades of Rouge #BA2B64

Tints of Rouge #BA2B64

Color information

#BA2B64 (or 0xBA2B64) is unknown color: approx Rouge. HEX triplet: BA, 2B and 64. RGB value is (186,43,100). Sum of RGB (Red+Green+Blue) = 186+43+100=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B64 is #45D49B. Grayscale: #5C5C5C. Windows color (decimal): -4576412 or 6564794. OLE color: 6564794.

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

Color convert

RGB18643100-
CMYK00.770.460.27
HSL336.08º62.45%44.9%-
HSV(B)336.08º76.88%72.94%-
XYZ23.4113.0913.35-
YUV92.26132.38194.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 43 (17.19% from 255) = 13.07%
BLUE value IS 100 (39.45% from 255) = 30.40%
R=56.53%
G=13.07%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864310000.770.460.27336.0862.4544.9
HexBA2B6404D2E1B1503e2d
Octal27253144011556335207655
Binary1011101010101111001000100110110111011011101010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B64; }

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

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

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

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

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

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

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

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