Html Css Color HEX #BA375F Rouge

📋 copy color: '#BA375F'

red 186 ◦ green 55 ◦ blue 95

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

Shades of Rouge #BA375F

Tints of Rouge #BA375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 55.36%
G = 16.37%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA375F (or 0xBA375F) is known color: Rouge. HEX triplet: BA, 37 and 5F. RGB value is (186,55,95). Sum of RGB (Red+Green+Blue) = 186+55+95=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA375F is #45C8A0. Grayscale: #626262. Windows color (decimal): -4573345 or 6240186. OLE color: 6240186.

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

Color convert

RGB 186 55 95 -
CMYK 0 0.70 0.49 0.27
HSL 341.68º 0.54% 0.47% -
HSV(B) 341.68º 0.7% 0.73% -
XYZ 23.68 14 12.28 -
YUV 98.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 186 55 95 0 0.70 0.49 0.27 341.68 0.54 0.47
Hex BA 37 5F 0 46 31 1B 156 36 2F
Octal 272 67 137 0 106 61 33 526 66 57
Binary 10111010 110111 1011111 0 1000110 110001 11011 101010110 110110 101111

Color Harmonies of #BA375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA375F

Black with #BA375F

Text Example


Text Example

White with #BA375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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