Html Css Color HEX #BA316C Rouge

📋 copy color: '#BA316C'

red 186 ◦ green 49 ◦ blue 108

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

Shades of Rouge #BA316C

Tints of Rouge #BA316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 54.23%
G = 14.29%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA316C (or 0xBA316C) is known color: Rouge. HEX triplet: BA, 31 and 6C. RGB value is (186,49,108). Sum of RGB (Red+Green+Blue) = 186+49+108=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA316C is #45CE93. Grayscale: #606060. Windows color (decimal): -4574868 or 7090618. OLE color: 7090618.

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

Color convert

RGB 186 49 108 -
CMYK 0 0.74 0.42 0.27
HSL 334.16º 0.58% 0.46% -
HSV(B) 334.16º 0.74% 0.73% -
XYZ 24.05 13.72 15.57 -
YUV 96.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 186 49 108 0 0.74 0.42 0.27 334.16 0.58 0.46
Hex BA 31 6C 0 4A 2A 1B 14E 3A 2E
Octal 272 61 154 0 112 52 33 516 72 56
Binary 10111010 110001 1101100 0 1001010 101010 11011 101001110 111010 101110

Color Harmonies of #BA316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA316C

Black with #BA316C

Text Example


Text Example

White with #BA316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA316C; }

 p { color: rgb(186,49,108); }

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

background-color css

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

 a { background-color: rgb(186,49,108); }

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

border-color css

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

 span { border-color: rgb(186,49,108); }

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