Html Css Color HEX #BA3A60 Rouge

📋 copy color: '#BA3A60'

red 186 ◦ green 58 ◦ blue 96

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

Shades of Rouge #BA3A60

Tints of Rouge #BA3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.06%

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

R = 54.71%
G = 17.06%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3A60 (or 0xBA3A60) is known color: Rouge. HEX triplet: BA, 3A and 60. RGB value is (186,58,96). Sum of RGB (Red+Green+Blue) = 186+58+96=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A60 is #45C59F. Grayscale: #646464. Windows color (decimal): -4572576 or 6306490. OLE color: 6306490.

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

Color convert

RGB 186 58 96 -
CMYK 0 0.69 0.48 0.27
HSL 342.19º 0.52% 0.48% -
HSV(B) 342.19º 0.69% 0.73% -
XYZ 23.87 14.31 12.57 -
YUV 100.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 186 58 96 0 0.69 0.48 0.27 342.19 0.52 0.48
Hex BA 3A 60 0 45 30 1B 156 34 30
Octal 272 72 140 0 105 60 33 526 64 60
Binary 10111010 111010 1100000 0 1000101 110000 11011 101010110 110100 110000

Color Harmonies of #BA3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A60

Black with #BA3A60

Text Example


Text Example

White with #BA3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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