Html Css Color HEX #BA3560 Rouge

📋 copy color: '#BA3560'

red 186 ◦ green 53 ◦ blue 96

#BA3560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #BA3560

Tints of Rouge #BA3560

RGB

 RED value IS 186 (73.05% from 255) = 55.52%

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 55.52%
G = 15.82%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3560 (or 0xBA3560) is known color: Rouge. HEX triplet: BA, 35 and 60. RGB value is (186,53,96). Sum of RGB (Red+Green+Blue) = 186+53+96=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3560 is #45CA9F. Grayscale: #616161. Windows color (decimal): -4573856 or 6305210. OLE color: 6305210.

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

Color convert

RGB 186 53 96 -
CMYK 0 0.72 0.48 0.27
HSL 340.6º 0.56% 0.47% -
HSV(B) 340.6º 0.72% 0.73% -
XYZ 23.63 13.83 12.49 -
YUV 97.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 186 53 96 0 0.72 0.48 0.27 340.6 0.56 0.47
Hex BA 35 60 0 48 30 1B 155 38 2F
Octal 272 65 140 0 110 60 33 525 70 57
Binary 10111010 110101 1100000 0 1001000 110000 11011 101010101 111000 101111

Color Harmonies of #BA3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3560

Black with #BA3560

Text Example


Text Example

White with #BA3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3560; }

 p { color: rgb(186,53,96); }

 H1.HeaderClassName
 {
   color: #BA3560;
 }
 .AnyTagClassName
 {
   color: #BA3560;
 }
</style>

background-color css

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

 a { background-color: rgb(186,53,96); }

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

border-color css

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

 span { border-color: rgb(186,53,96); }

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