Html Css Color HEX #BA3261 Rouge

📋 copy color: '#BA3261'

red 186 ◦ green 50 ◦ blue 97

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

Shades of Rouge #BA3261

Tints of Rouge #BA3261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 55.86%
G = 15.02%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3261 (or 0xBA3261) is known color: Rouge. HEX triplet: BA, 32 and 61. RGB value is (186,50,97). Sum of RGB (Red+Green+Blue) = 186+50+97=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3261 is #45CD9E. Grayscale: #5F5F5F. Windows color (decimal): -4574623 or 6369978. OLE color: 6369978.

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

Color convert

RGB 186 50 97 -
CMYK 0 0.73 0.48 0.27
HSL 339.26º 0.58% 0.46% -
HSV(B) 339.26º 0.73% 0.73% -
XYZ 23.55 13.58 12.69 -
YUV 96.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 186 50 97 0 0.73 0.48 0.27 339.26 0.58 0.46
Hex BA 32 61 0 49 30 1B 153 3A 2E
Octal 272 62 141 0 111 60 33 523 72 56
Binary 10111010 110010 1100001 0 1001001 110000 11011 101010011 111010 101110

Color Harmonies of #BA3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3261

Black with #BA3261

Text Example


Text Example

White with #BA3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3261; }

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

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

background-color css

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

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

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

border-color css

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

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

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