#BA3166

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

Shades of Rouge #BA3166

Tints of Rouge #BA3166

Color information

#BA3166 (or 0xBA3166) is unknown color: approx Rouge. HEX triplet: BA, 31 and 66. RGB value is (186,49,102). Sum of RGB (Red+Green+Blue) = 186+49+102=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3166 is #45CE99. Grayscale: #5F5F5F. Windows color (decimal): -4574874 or 6697402. OLE color: 6697402.

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

Color convert

RGB18649102-
CMYK00.740.450.27
HSL336.79º58.3%46.08%-
HSV(B)336.79º73.66%72.94%-
XYZ23.7513.613.94-
YUV96131.39192.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=55.19%
G=14.54%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864910200.740.450.27336.7958.346.08
HexBA316604A2D1B1513a2e
Octal27261146011255335217256
Binary1011101011000111001100100101010110111011101010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3166; }

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

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

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

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

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

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

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

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