Html Css Color HEX #BA3E62 Rouge

📋 copy color: '#BA3E62'

red 186 ◦ green 62 ◦ blue 98

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

Shades of Rouge #BA3E62

Tints of Rouge #BA3E62

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 53.76%
G = 17.92%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3E62 (or 0xBA3E62) is known color: Rouge. HEX triplet: BA, 3E and 62. RGB value is (186,62,98). Sum of RGB (Red+Green+Blue) = 186+62+98=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E62 is #45C19D. Grayscale: #676767. Windows color (decimal): -4571550 or 6438586. OLE color: 6438586.

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

Color convert

RGB 186 62 98 -
CMYK 0 0.67 0.47 0.27
HSL 342.58º 0.5% 0.49% -
HSV(B) 342.58º 0.67% 0.73% -
XYZ 24.18 14.77 13.13 -
YUV 103.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 186 62 98 0 0.67 0.47 0.27 342.58 0.5 0.49
Hex BA 3E 62 0 43 2F 1B 157 32 31
Octal 272 76 142 0 103 57 33 527 62 61
Binary 10111010 111110 1100010 0 1000011 101111 11011 101010111 110010 110001

Color Harmonies of #BA3E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E62

Black with #BA3E62

Text Example


Text Example

White with #BA3E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E62; }

 p { color: rgb(186,62,98); }

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

background-color css

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

 a { background-color: rgb(186,62,98); }

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

border-color css

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

 span { border-color: rgb(186,62,98); }

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