#BA3266

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

Shades of Rouge #BA3266

Tints of Rouge #BA3266

Color information

#BA3266 (or 0xBA3266) is unknown color: approx Rouge. HEX triplet: BA, 32 and 66. RGB value is (186,50,102). Sum of RGB (Red+Green+Blue) = 186+50+102=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3266 is #45CD99. Grayscale: #606060. Windows color (decimal): -4574618 or 6697658. OLE color: 6697658.

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

Color convert

RGB18650102-
CMYK00.730.450.27
HSL337.06º57.63%46.27%-
HSV(B)337.06º73.12%72.94%-
XYZ23.7913.6813.96-
YUV96.59131.06191.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=55.03%
G=14.79%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865010200.730.450.27337.0657.6346.27
HexBA32660492D1B1513a2e
Octal27262146011155335217256
Binary1011101011001011001100100100110110111011101010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3266; }

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

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

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

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

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

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

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

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