#ba336c

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

Shades of Rouge #BA336C

Tints of Rouge #BA336C

Color information

#BA336C (or 0xBA336C) is unknown color: approx Rouge. HEX triplet: BA, 33 and 6C. RGB value is (186,51,108). Sum of RGB (Red+Green+Blue) = 186+51+108=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA336C is #45CC93. Grayscale: #616161. Windows color (decimal): -4574356 or 7091130. OLE color: 7091130.

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

Color convert

RGB18651108-
CMYK00.730.420.27
HSL334.67º56.96%46.47%-
HSV(B)334.67º72.58%72.94%-
XYZ24.1413.8915.6-
YUV97.86133.73190.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=53.91%
G=14.78%
B=31.30%

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
Decimal1865110800.730.420.27334.6756.9646.47
HexBA336C0492A1B14f392e
Octal27263154011152335177156
Binary1011101011001111011000100100110101011011101001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba336c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba336c; }

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

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

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

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

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

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

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

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