Html Css Color HEX #BA395F Rouge

📋 copy color: '#BA395F'

red 186 ◦ green 57 ◦ blue 95

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

Shades of Rouge #BA395F

Tints of Rouge #BA395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

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

R = 55.03%
G = 16.86%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA395F (or 0xBA395F) is known color: Rouge. HEX triplet: BA, 39 and 5F. RGB value is (186,57,95). Sum of RGB (Red+Green+Blue) = 186+57+95=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA395F is #45C6A0. Grayscale: #636363. Windows color (decimal): -4572833 or 6240698. OLE color: 6240698.

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

Color convert

RGB 186 57 95 -
CMYK 0 0.69 0.49 0.27
HSL 342.33º 0.53% 0.48% -
HSV(B) 342.33º 0.69% 0.73% -
XYZ 23.78 14.19 12.31 -
YUV 99.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 186 57 95 0 0.69 0.49 0.27 342.33 0.53 0.48
Hex BA 39 5F 0 45 31 1B 156 35 30
Octal 272 71 137 0 105 61 33 526 65 60
Binary 10111010 111001 1011111 0 1000101 110001 11011 101010110 110101 110000

Color Harmonies of #BA395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA395F

Black with #BA395F

Text Example


Text Example

White with #BA395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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