#BA2A65

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

Shades of Rouge #BA2A65

Tints of Rouge #BA2A65

Color information

#BA2A65 (or 0xBA2A65) is unknown color: approx Rouge. HEX triplet: BA, 2A and 65. RGB value is (186,42,101). Sum of RGB (Red+Green+Blue) = 186+42+101=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A65 is #45D59A. Grayscale: #5B5B5B. Windows color (decimal): -4576667 or 6630074. OLE color: 6630074.

HSL color Cylindrical-coordinate representation of color #BA2A65: hue angle of 335.42º degrees, saturation: 0.63, 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 #BA2A65 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18642101-
CMYK00.770.460.27
HSL335.42º63.16%44.71%-
HSV(B)335.42º77.42%72.94%-
XYZ23.4313.0313.59-
YUV91.78133.21195.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 42 (16.80% from 255) = 12.77%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=56.53%
G=12.77%
B=30.70%

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
Decimal1864210100.770.460.27335.4263.1644.71
HexBA2A6504D2E1B14f3f2d
Octal27252145011556335177755
Binary1011101010101011001010100110110111011011101001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A65; }

 p { color: rgb(186,42,101); }

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

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

 a { background-color: rgb(186,42,101); }

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

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

 span { border-color: rgb(186,42,101); }

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