Html Css Color HEX #BA3F60 Rouge

📋 copy color: '#BA3F60'

red 186 ◦ green 63 ◦ blue 96

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

Shades of Rouge #BA3F60

Tints of Rouge #BA3F60

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 53.91%
G = 18.26%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3F60 (or 0xBA3F60) is known color: Rouge. HEX triplet: BA, 3F and 60. RGB value is (186,63,96). Sum of RGB (Red+Green+Blue) = 186+63+96=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F60 is #45C09F. Grayscale: #676767. Windows color (decimal): -4571296 or 6307770. OLE color: 6307770.

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

Color convert

RGB 186 63 96 -
CMYK 0 0.66 0.48 0.27
HSL 343.9º 0.49% 0.49% -
HSV(B) 343.9º 0.66% 0.73% -
XYZ 24.14 14.84 12.66 -
YUV 103.54 123.75 186.82 -
System Red Green Blue C M Y K H S L
Decimal 186 63 96 0 0.66 0.48 0.27 343.9 0.49 0.49
Hex BA 3F 60 0 42 30 1B 158 31 31
Octal 272 77 140 0 102 60 33 530 61 61
Binary 10111010 111111 1100000 0 1000010 110000 11011 101011000 110001 110001

Color Harmonies of #BA3F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F60

Black with #BA3F60

Text Example


Text Example

White with #BA3F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F60; }

 p { color: rgb(186,63,96); }

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

background-color css

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

 a { background-color: rgb(186,63,96); }

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

border-color css

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

 span { border-color: rgb(186,63,96); }

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