Html Css Color HEX #BA3C5F Rouge

📋 copy color: '#BA3C5F'

red 186 ◦ green 60 ◦ blue 95

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

Shades of Rouge #BA3C5F

Tints of Rouge #BA3C5F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 54.55%
G = 17.6%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA3C5F (or 0xBA3C5F) is known color: Rouge. HEX triplet: BA, 3C and 5F. RGB value is (186,60,95). Sum of RGB (Red+Green+Blue) = 186+60+95=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3C5F is #45C3A0. Grayscale: #656565. Windows color (decimal): -4572065 or 6241466. OLE color: 6241466.

HSL color Cylindrical-coordinate representation of color #BA3C5F: hue angle of 343.33º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C5F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 60 95 -
CMYK 0 0.68 0.49 0.27
HSL 343.33º 0.51% 0.48% -
HSV(B) 343.33º 0.68% 0.73% -
XYZ 23.93 14.5 12.36 -
YUV 101.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 186 60 95 0 0.68 0.49 0.27 343.33 0.51 0.48
Hex BA 3C 5F 0 44 31 1B 157 33 30
Octal 272 74 137 0 104 61 33 527 63 60
Binary 10111010 111100 1011111 0 1000100 110001 11011 101010111 110011 110000

Color Harmonies of #BA3C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C5F

Black with #BA3C5F

Text Example


Text Example

White with #BA3C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C5F; }

 p { color: rgb(186,60,95); }

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

background-color css

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

 a { background-color: rgb(186,60,95); }

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

border-color css

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

 span { border-color: rgb(186,60,95); }

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