Html Css Color HEX #BA3660 Rouge

📋 copy color: '#BA3660'

red 186 ◦ green 54 ◦ blue 96

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

Shades of Rouge #BA3660

Tints of Rouge #BA3660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 55.36%
G = 16.07%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3660 (or 0xBA3660) is known color: Rouge. HEX triplet: BA, 36 and 60. RGB value is (186,54,96). Sum of RGB (Red+Green+Blue) = 186+54+96=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3660 is #45C99F. Grayscale: #626262. Windows color (decimal): -4573600 or 6305466. OLE color: 6305466.

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

Color convert

RGB 186 54 96 -
CMYK 0 0.71 0.48 0.27
HSL 340.91º 0.55% 0.47% -
HSV(B) 340.91º 0.71% 0.73% -
XYZ 23.68 13.92 12.51 -
YUV 98.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 186 54 96 0 0.71 0.48 0.27 340.91 0.55 0.47
Hex BA 36 60 0 47 30 1B 155 37 2F
Octal 272 66 140 0 107 60 33 525 67 57
Binary 10111010 110110 1100000 0 1000111 110000 11011 101010101 110111 101111

Color Harmonies of #BA3660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3660

Black with #BA3660

Text Example


Text Example

White with #BA3660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3660; }

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

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

background-color css

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

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

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

border-color css

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

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

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