Html Css Color HEX #BA395D Rouge

📋 copy color: '#BA395D'

red 186 ◦ green 57 ◦ blue 93

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

Shades of Rouge #BA395D

Tints of Rouge #BA395D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 55.36%
G = 16.96%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA395D (or 0xBA395D) is known color: Rouge. HEX triplet: BA, 39 and 5D. RGB value is (186,57,93). Sum of RGB (Red+Green+Blue) = 186+57+93=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA395D is #45C6A2. Grayscale: #636363. Windows color (decimal): -4572835 or 6109626. OLE color: 6109626.

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

Color convert

RGB 186 57 93 -
CMYK 0 0.69 0.5 0.27
HSL 343.26º 0.53% 0.48% -
HSV(B) 343.26º 0.69% 0.73% -
XYZ 23.69 14.16 11.84 -
YUV 99.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 186 57 93 0 0.69 0.5 0.27 343.26 0.53 0.48
Hex BA 39 5D 0 45 32 1B 157 35 30
Octal 272 71 135 0 105 62 33 527 65 60
Binary 10111010 111001 1011101 0 1000101 110010 11011 101010111 110101 110000

Color Harmonies of #BA395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA395D

Black with #BA395D

Text Example


Text Example

White with #BA395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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