Html Css Color HEX #BA3563 Rouge

📋 copy color: '#BA3563'

red 186 ◦ green 53 ◦ blue 99

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

Shades of Rouge #BA3563

Tints of Rouge #BA3563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 55.03%
G = 15.68%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3563 (or 0xBA3563) is known color: Rouge. HEX triplet: BA, 35 and 63. RGB value is (186,53,99). Sum of RGB (Red+Green+Blue) = 186+53+99=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3563 is #45CA9C. Grayscale: #616161. Windows color (decimal): -4573853 or 6501818. OLE color: 6501818.

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

Color convert

RGB 186 53 99 -
CMYK 0 0.72 0.47 0.27
HSL 339.25º 0.56% 0.47% -
HSV(B) 339.25º 0.72% 0.73% -
XYZ 23.77 13.89 13.23 -
YUV 98.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 186 53 99 0 0.72 0.47 0.27 339.25 0.56 0.47
Hex BA 35 63 0 48 2F 1B 153 38 2F
Octal 272 65 143 0 110 57 33 523 70 57
Binary 10111010 110101 1100011 0 1001000 101111 11011 101010011 111000 101111

Color Harmonies of #BA3563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3563

Black with #BA3563

Text Example


Text Example

White with #BA3563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3563; }

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

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

background-color css

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

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

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

border-color css

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

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

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