#BA3965

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

Shades of Rouge #BA3965

Tints of Rouge #BA3965

Color information

#BA3965 (or 0xBA3965) is unknown color: approx Rouge. HEX triplet: BA, 39 and 65. RGB value is (186,57,101). Sum of RGB (Red+Green+Blue) = 186+57+101=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3965 is #45C69A. Grayscale: #646464. Windows color (decimal): -4572827 or 6633914. OLE color: 6633914.

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

Color convert

RGB18657101-
CMYK00.690.460.27
HSL339.53º53.09%47.65%-
HSV(B)339.53º69.35%72.94%-
XYZ24.0614.313.8-
YUV100.59128.24188.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=54.07%
G=16.57%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865710100.690.460.27339.5353.0947.65
HexBA39650452E1B1543530
Octal27271145010556335246560
Binary1011101011100111001010100010110111011011101010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3965; }

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

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

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

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

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

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

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

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