Html Css Color HEX #BA3163 Rouge

📋 copy color: '#BA3163'

red 186 ◦ green 49 ◦ blue 99

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

Shades of Rouge #BA3163

Tints of Rouge #BA3163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 55.69%
G = 14.67%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3163 (or 0xBA3163) is known color: Rouge. HEX triplet: BA, 31 and 63. RGB value is (186,49,99). Sum of RGB (Red+Green+Blue) = 186+49+99=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3163 is #45CE9C. Grayscale: #5F5F5F. Windows color (decimal): -4574877 or 6500794. OLE color: 6500794.

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

Color convert

RGB 186 49 99 -
CMYK 0 0.74 0.47 0.27
HSL 338.1º 0.58% 0.46% -
HSV(B) 338.1º 0.74% 0.73% -
XYZ 23.6 13.54 13.17 -
YUV 95.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 186 49 99 0 0.74 0.47 0.27 338.1 0.58 0.46
Hex BA 31 63 0 4A 2F 1B 152 3A 2E
Octal 272 61 143 0 112 57 33 522 72 56
Binary 10111010 110001 1100011 0 1001010 101111 11011 101010010 111010 101110

Color Harmonies of #BA3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3163

Black with #BA3163

Text Example


Text Example

White with #BA3163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3163; }

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

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

background-color css

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

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

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

border-color css

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

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

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