Html Css Color HEX #BA3763 Rouge

📋 copy color: '#BA3763'

red 186 ◦ green 55 ◦ blue 99

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

Shades of Rouge #BA3763

Tints of Rouge #BA3763

RGB

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

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

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

R = 54.71%
G = 16.18%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3763 (or 0xBA3763) is known color: Rouge. HEX triplet: BA, 37 and 63. RGB value is (186,55,99). Sum of RGB (Red+Green+Blue) = 186+55+99=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3763 is #45C89C. Grayscale: #636363. Windows color (decimal): -4573341 or 6502330. OLE color: 6502330.

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

Color convert

RGB 186 55 99 -
CMYK 0 0.70 0.47 0.27
HSL 339.85º 0.54% 0.47% -
HSV(B) 339.85º 0.7% 0.73% -
XYZ 23.87 14.07 13.26 -
YUV 99.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 186 55 99 0 0.70 0.47 0.27 339.85 0.54 0.47
Hex BA 37 63 0 46 2F 1B 154 36 2F
Octal 272 67 143 0 106 57 33 524 66 57
Binary 10111010 110111 1100011 0 1000110 101111 11011 101010100 110110 101111

Color Harmonies of #BA3763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3763

Black with #BA3763

Text Example


Text Example

White with #BA3763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3763; }

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

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

background-color css

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

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

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

border-color css

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

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

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