Html Css Color HEX #BA3464 Rouge

📋 copy color: '#BA3464'

red 186 ◦ green 52 ◦ blue 100

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

Shades of Rouge #BA3464

Tints of Rouge #BA3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 55.03%
G = 15.38%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA3464 (or 0xBA3464) is known color: Rouge. HEX triplet: BA, 34 and 64. RGB value is (186,52,100). Sum of RGB (Red+Green+Blue) = 186+52+100=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3464 is #45CB9B. Grayscale: #616161. Windows color (decimal): -4574108 or 6567098. OLE color: 6567098.

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

Color convert

RGB 186 52 100 -
CMYK 0 0.72 0.46 0.27
HSL 338.51º 0.56% 0.47% -
HSV(B) 338.51º 0.72% 0.73% -
XYZ 23.78 13.82 13.47 -
YUV 97.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 186 52 100 0 0.72 0.46 0.27 338.51 0.56 0.47
Hex BA 34 64 0 48 2E 1B 153 38 2F
Octal 272 64 144 0 110 56 33 523 70 57
Binary 10111010 110100 1100100 0 1001000 101110 11011 101010011 111000 101111

Color Harmonies of #BA3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3464

Black with #BA3464

Text Example


Text Example

White with #BA3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3464; }

 p { color: rgb(186,52,100); }

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

background-color css

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

 a { background-color: rgb(186,52,100); }

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

border-color css

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

 span { border-color: rgb(186,52,100); }

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