#BA3966

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

Shades of Rouge #BA3966

Tints of Rouge #BA3966

Color information

#BA3966 (or 0xBA3966) is unknown color: approx Rouge. HEX triplet: BA, 39 and 66. RGB value is (186,57,102). Sum of RGB (Red+Green+Blue) = 186+57+102=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3966 is #45C699. Grayscale: #646464. Windows color (decimal): -4572826 or 6699450. OLE color: 6699450.

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

Color convert

RGB18657102-
CMYK00.690.450.27
HSL339.07º53.09%47.65%-
HSV(B)339.07º69.35%72.94%-
XYZ24.1114.3214.06-
YUV100.7128.74188.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=53.91%
G=16.52%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865710200.690.450.27339.0753.0947.65
HexBA39660452D1B1533530
Octal27271146010555335236560
Binary1011101011100111001100100010110110111011101010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3966; }

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

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

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

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

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

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

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

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