Html Css Color HEX #BA346D Rouge

📋 copy color: '#BA346D'

red 186 ◦ green 52 ◦ blue 109

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

Shades of Rouge #BA346D

Tints of Rouge #BA346D

RGB

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

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

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

R = 53.6%
G = 14.99%
B = 31.41%

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

#BA346D (or 0xBA346D) is known color: Rouge. HEX triplet: BA, 34 and 6D. RGB value is (186,52,109). Sum of RGB (Red+Green+Blue) = 186+52+109=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA346D is #45CB92. Grayscale: #626262. Windows color (decimal): -4574099 or 7156922. OLE color: 7156922.

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

Color convert

RGB 186 52 109 -
CMYK 0 0.72 0.41 0.27
HSL 334.48º 0.56% 0.47% -
HSV(B) 334.48º 0.72% 0.73% -
XYZ 24.24 14 15.89 -
YUV 98.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 186 52 109 0 0.72 0.41 0.27 334.48 0.56 0.47
Hex BA 34 6D 0 48 29 1B 14E 38 2F
Octal 272 64 155 0 110 51 33 516 70 57
Binary 10111010 110100 1101101 0 1001000 101001 11011 101001110 111000 101111

Color Harmonies of #BA346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA346D

Black with #BA346D

Text Example


Text Example

White with #BA346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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