Html Css Color HEX #BA316A Rouge

📋 copy color: '#BA316A'

red 186 ◦ green 49 ◦ blue 106

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

Shades of Rouge #BA316A

Tints of Rouge #BA316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 54.55%
G = 14.37%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BA316A (or 0xBA316A) is known color: Rouge. HEX triplet: BA, 31 and 6A. RGB value is (186,49,106). Sum of RGB (Red+Green+Blue) = 186+49+106=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA316A is #45CE95. Grayscale: #606060. Windows color (decimal): -4574870 or 6959546. OLE color: 6959546.

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

Color convert

RGB 186 49 106 -
CMYK 0 0.74 0.43 0.27
HSL 335.04º 0.58% 0.46% -
HSV(B) 335.04º 0.74% 0.73% -
XYZ 23.95 13.68 15.01 -
YUV 96.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 186 49 106 0 0.74 0.43 0.27 335.04 0.58 0.46
Hex BA 31 6A 0 4A 2B 1B 14F 3A 2E
Octal 272 61 152 0 112 53 33 517 72 56
Binary 10111010 110001 1101010 0 1001010 101011 11011 101001111 111010 101110

Color Harmonies of #BA316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA316A

Black with #BA316A

Text Example


Text Example

White with #BA316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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