#BA2766

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

Shades of Rouge #BA2766

Tints of Rouge #BA2766

Color information

#BA2766 (or 0xBA2766) is unknown color: approx Rouge. HEX triplet: BA, 27 and 66. RGB value is (186,39,102). Sum of RGB (Red+Green+Blue) = 186+39+102=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2766 is #45D899. Grayscale: #5A5A5A. Windows color (decimal): -4577434 or 6694842. OLE color: 6694842.

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

Color convert

RGB18639102-
CMYK00.790.450.27
HSL334.29º65.33%44.12%-
HSV(B)334.29º79.03%72.94%-
XYZ23.3712.8513.82-
YUV90.14134.7196.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=56.88%
G=11.93%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863910200.790.450.27334.2965.3344.12
HexBA276604F2D1B14e412c
Octal272471460117553351610154
Binary10111010100111110011001001111101101110111010011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2766; }

 p { color: rgb(186,39,102); }

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

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

 a { background-color: rgb(186,39,102); }

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

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

 span { border-color: rgb(186,39,102); }

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