#BA336B

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

Shades of Rouge #BA336B

Tints of Rouge #BA336B

Color information

#BA336B (or 0xBA336B) is unknown color: approx Rouge. HEX triplet: BA, 33 and 6B. RGB value is (186,51,107). Sum of RGB (Red+Green+Blue) = 186+51+107=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA336B is #45CC94. Grayscale: #616161. Windows color (decimal): -4574357 or 7025594. OLE color: 7025594.

HSL color Cylindrical-coordinate representation of color #BA336B: hue angle of 335.11º degrees, saturation: 0.57, 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 #BA336B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18651107-
CMYK00.730.420.27
HSL335.11º56.96%46.47%-
HSV(B)335.11º72.58%72.94%-
XYZ24.0913.8715.32-
YUV97.75133.23190.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=54.07%
G=14.83%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865110700.730.420.27335.1156.9646.47
HexBA336B0492A1B14f392e
Octal27263153011152335177156
Binary1011101011001111010110100100110101011011101001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA336B; }

 p { color: rgb(186,51,107); }

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

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

 a { background-color: rgb(186,51,107); }

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

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

 span { border-color: rgb(186,51,107); }

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