Html Css Color HEX #BA376B Rouge

📋 copy color: '#BA376B'

red 186 ◦ green 55 ◦ blue 107

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

Shades of Rouge #BA376B

Tints of Rouge #BA376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 53.45%
G = 15.8%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA376B (or 0xBA376B) is known color: Rouge. HEX triplet: BA, 37 and 6B. RGB value is (186,55,107). Sum of RGB (Red+Green+Blue) = 186+55+107=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA376B is #45C894. Grayscale: #646464. Windows color (decimal): -4573333 or 7026618. OLE color: 7026618.

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

Color convert

RGB 186 55 107 -
CMYK 0 0.70 0.42 0.27
HSL 336.18º 0.54% 0.47% -
HSV(B) 336.18º 0.7% 0.73% -
XYZ 24.27 14.23 15.38 -
YUV 100.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 186 55 107 0 0.70 0.42 0.27 336.18 0.54 0.47
Hex BA 37 6B 0 46 2A 1B 150 36 2F
Octal 272 67 153 0 106 52 33 520 66 57
Binary 10111010 110111 1101011 0 1000110 101010 11011 101010000 110110 101111

Color Harmonies of #BA376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA376B

Black with #BA376B

Text Example


Text Example

White with #BA376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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