Html Css Color HEX #BA3B5D Rouge

📋 copy color: '#BA3B5D'

red 186 ◦ green 59 ◦ blue 93

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

Shades of Rouge #BA3B5D

Tints of Rouge #BA3B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 55.03%
G = 17.46%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA3B5D (or 0xBA3B5D) is known color: Rouge. HEX triplet: BA, 3B and 5D. RGB value is (186,59,93). Sum of RGB (Red+Green+Blue) = 186+59+93=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3B5D is #45C4A2. Grayscale: #646464. Windows color (decimal): -4572323 or 6110138. OLE color: 6110138.

HSL color Cylindrical-coordinate representation of color #BA3B5D: hue angle of 343.94º degrees, saturation: 0.52, 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 #BA3B5D is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 93 -
CMYK 0 0.68 0.5 0.27
HSL 343.94º 0.52% 0.48% -
HSV(B) 343.94º 0.68% 0.73% -
XYZ 23.79 14.36 11.87 -
YUV 100.85 123.58 188.74 -
System Red Green Blue C M Y K H S L
Decimal 186 59 93 0 0.68 0.5 0.27 343.94 0.52 0.48
Hex BA 3B 5D 0 44 32 1B 158 34 30
Octal 272 73 135 0 104 62 33 530 64 60
Binary 10111010 111011 1011101 0 1000100 110010 11011 101011000 110100 110000

Color Harmonies of #BA3B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B5D

Black with #BA3B5D

Text Example


Text Example

White with #BA3B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B5D; }

 p { color: rgb(186,59,93); }

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

background-color css

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

 a { background-color: rgb(186,59,93); }

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

border-color css

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

 span { border-color: rgb(186,59,93); }

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