Html Css Color HEX #BA346E Rouge

📋 copy color: '#BA346E'

red 186 ◦ green 52 ◦ blue 110

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

Shades of Rouge #BA346E

Tints of Rouge #BA346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 53.45%
G = 14.94%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA346E (or 0xBA346E) is known color: Rouge. HEX triplet: BA, 34 and 6E. RGB value is (186,52,110). Sum of RGB (Red+Green+Blue) = 186+52+110=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA346E is #45CB91. Grayscale: #626262. Windows color (decimal): -4574098 or 7222458. OLE color: 7222458.

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

Color convert

RGB 186 52 110 -
CMYK 0 0.72 0.41 0.27
HSL 334.03º 0.56% 0.47% -
HSV(B) 334.03º 0.72% 0.73% -
XYZ 24.29 14.02 16.18 -
YUV 98.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 186 52 110 0 0.72 0.41 0.27 334.03 0.56 0.47
Hex BA 34 6E 0 48 29 1B 14E 38 2F
Octal 272 64 156 0 110 51 33 516 70 57
Binary 10111010 110100 1101110 0 1001000 101001 11011 101001110 111000 101111

Color Harmonies of #BA346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA346E

Black with #BA346E

Text Example


Text Example

White with #BA346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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