Html Css Color HEX #BA345E Rouge

📋 copy color: '#BA345E'

red 186 ◦ green 52 ◦ blue 94

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

Shades of Rouge #BA345E

Tints of Rouge #BA345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 56.02%
G = 15.66%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA345E (or 0xBA345E) is known color: Rouge. HEX triplet: BA, 34 and 5E. RGB value is (186,52,94). Sum of RGB (Red+Green+Blue) = 186+52+94=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA345E is #45CBA1. Grayscale: #606060. Windows color (decimal): -4574114 or 6173882. OLE color: 6173882.

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

Color convert

RGB 186 52 94 -
CMYK 0 0.72 0.49 0.27
HSL 341.19º 0.56% 0.47% -
HSV(B) 341.19º 0.72% 0.73% -
XYZ 23.5 13.7 12 -
YUV 96.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 186 52 94 0 0.72 0.49 0.27 341.19 0.56 0.47
Hex BA 34 5E 0 48 31 1B 155 38 2F
Octal 272 64 136 0 110 61 33 525 70 57
Binary 10111010 110100 1011110 0 1001000 110001 11011 101010101 111000 101111

Color Harmonies of #BA345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA345E

Black with #BA345E

Text Example


Text Example

White with #BA345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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