Html Css Color HEX #BA3160 Rouge

📋 copy color: '#BA3160'

red 186 ◦ green 49 ◦ blue 96

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

Shades of Rouge #BA3160

Tints of Rouge #BA3160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.8%

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

R = 56.19%
G = 14.8%
B = 29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3160 (or 0xBA3160) is known color: Rouge. HEX triplet: BA, 31 and 60. RGB value is (186,49,96). Sum of RGB (Red+Green+Blue) = 186+49+96=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3160 is #45CE9F. Grayscale: #5F5F5F. Windows color (decimal): -4574880 or 6304186. OLE color: 6304186.

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

Color convert

RGB 186 49 96 -
CMYK 0 0.74 0.48 0.27
HSL 339.42º 0.58% 0.46% -
HSV(B) 339.42º 0.74% 0.73% -
XYZ 23.46 13.48 12.43 -
YUV 95.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 186 49 96 0 0.74 0.48 0.27 339.42 0.58 0.46
Hex BA 31 60 0 4A 30 1B 153 3A 2E
Octal 272 61 140 0 112 60 33 523 72 56
Binary 10111010 110001 1100000 0 1001010 110000 11011 101010011 111010 101110

Color Harmonies of #BA3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3160

Black with #BA3160

Text Example


Text Example

White with #BA3160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3160; }

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

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

background-color css

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

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

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

border-color css

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

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

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