#BA3666

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

Shades of Rouge #BA3666

Tints of Rouge #BA3666

Color information

#BA3666 (or 0xBA3666) is unknown color: approx Rouge. HEX triplet: BA, 36 and 66. RGB value is (186,54,102). Sum of RGB (Red+Green+Blue) = 186+54+102=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3666 is #45C999. Grayscale: #626262. Windows color (decimal): -4573594 or 6698682. OLE color: 6698682.

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

Color convert

RGB18654102-
CMYK00.710.450.27
HSL338.18º55%47.06%-
HSV(B)338.18º70.97%72.94%-
XYZ23.9714.0414.02-
YUV98.94129.73190.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=54.39%
G=15.79%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865410200.710.450.27338.185547.06
HexBA36660472D1B152372f
Octal27266146010755335226757
Binary1011101011011011001100100011110110111011101010010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3666; }

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

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

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

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

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

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

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

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