Html Css Color HEX #BA325F Rouge

📋 copy color: '#BA325F'

red 186 ◦ green 50 ◦ blue 95

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

Shades of Rouge #BA325F

Tints of Rouge #BA325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 56.19%
G = 15.11%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA325F (or 0xBA325F) is known color: Rouge. HEX triplet: BA, 32 and 5F. RGB value is (186,50,95). Sum of RGB (Red+Green+Blue) = 186+50+95=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA325F is #45CDA0. Grayscale: #5F5F5F. Windows color (decimal): -4574625 or 6238906. OLE color: 6238906.

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

Color convert

RGB 186 50 95 -
CMYK 0 0.73 0.49 0.27
HSL 340.15º 0.58% 0.46% -
HSV(B) 340.15º 0.73% 0.73% -
XYZ 23.46 13.55 12.2 -
YUV 95.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 186 50 95 0 0.73 0.49 0.27 340.15 0.58 0.46
Hex BA 32 5F 0 49 31 1B 154 3A 2E
Octal 272 62 137 0 111 61 33 524 72 56
Binary 10111010 110010 1011111 0 1001001 110001 11011 101010100 111010 101110

Color Harmonies of #BA325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA325F

Black with #BA325F

Text Example


Text Example

White with #BA325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA325F; }

 p { color: rgb(186,50,95); }

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

background-color css

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

 a { background-color: rgb(186,50,95); }

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

border-color css

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

 span { border-color: rgb(186,50,95); }

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