Html Css Color HEX #BA395E Rouge

📋 copy color: '#BA395E'

red 186 ◦ green 57 ◦ blue 94

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

Shades of Rouge #BA395E

Tints of Rouge #BA395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 55.19%
G = 16.91%
B = 27.89%

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

#BA395E (or 0xBA395E) is known color: Rouge. HEX triplet: BA, 39 and 5E. RGB value is (186,57,94). Sum of RGB (Red+Green+Blue) = 186+57+94=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA395E is #45C6A1. Grayscale: #636363. Windows color (decimal): -4572834 or 6175162. OLE color: 6175162.

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

Color convert

RGB 186 57 94 -
CMYK 0 0.69 0.49 0.27
HSL 342.79º 0.53% 0.48% -
HSV(B) 342.79º 0.69% 0.73% -
XYZ 23.73 14.17 12.07 -
YUV 99.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 186 57 94 0 0.69 0.49 0.27 342.79 0.53 0.48
Hex BA 39 5E 0 45 31 1B 157 35 30
Octal 272 71 136 0 105 61 33 527 65 60
Binary 10111010 111001 1011110 0 1000101 110001 11011 101010111 110101 110000

Color Harmonies of #BA395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA395E

Black with #BA395E

Text Example


Text Example

White with #BA395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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