#BA3663

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

Shades of Rouge #BA3663

Tints of Rouge #BA3663

Color information

#BA3663 (or 0xBA3663) is unknown color: approx Rouge. HEX triplet: BA, 36 and 63. RGB value is (186,54,99). Sum of RGB (Red+Green+Blue) = 186+54+99=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3663 is #45C99C. Grayscale: #626262. Windows color (decimal): -4573597 or 6502074. OLE color: 6502074.

HSL color Cylindrical-coordinate representation of color #BA3663: hue angle of 339.55º 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 #BA3663 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1865499-
CMYK00.710.470.27
HSL339.55º55%47.06%-
HSV(B)339.55º70.97%72.94%-
XYZ23.8213.9813.25-
YUV98.6128.23190.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 54 (21.48% from 255) = 15.93%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=54.87%
G=15.93%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186549900.710.470.27339.555547.06
HexBA36630472F1B154372f
Octal27266143010757335246757
Binary1011101011011011000110100011110111111011101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3663; }

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

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

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

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

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

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

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

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