Html Css Color HEX #BA326D Rouge

📋 copy color: '#BA326D'

red 186 ◦ green 50 ◦ blue 109

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

Shades of Rouge #BA326D

Tints of Rouge #BA326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 53.91%
G = 14.49%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA326D (or 0xBA326D) is known color: Rouge. HEX triplet: BA, 32 and 6D. RGB value is (186,50,109). Sum of RGB (Red+Green+Blue) = 186+50+109=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA326D is #45CD92. Grayscale: #616161. Windows color (decimal): -4574611 or 7156410. OLE color: 7156410.

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

Color convert

RGB 186 50 109 -
CMYK 0 0.73 0.41 0.27
HSL 333.97º 0.58% 0.46% -
HSV(B) 333.97º 0.73% 0.73% -
XYZ 24.15 13.82 15.86 -
YUV 97.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 186 50 109 0 0.73 0.41 0.27 333.97 0.58 0.46
Hex BA 32 6D 0 49 29 1B 14E 3A 2E
Octal 272 62 155 0 111 51 33 516 72 56
Binary 10111010 110010 1101101 0 1001001 101001 11011 101001110 111010 101110

Color Harmonies of #BA326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA326D

Black with #BA326D

Text Example


Text Example

White with #BA326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA326D; }

 p { color: rgb(186,50,109); }

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

background-color css

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

 a { background-color: rgb(186,50,109); }

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

border-color css

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

 span { border-color: rgb(186,50,109); }

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