Html Css Color HEX #BA3562 Rouge

📋 copy color: '#BA3562'

red 186 ◦ green 53 ◦ blue 98

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

Shades of Rouge #BA3562

Tints of Rouge #BA3562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 55.19%
G = 15.73%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3562 (or 0xBA3562) is known color: Rouge. HEX triplet: BA, 35 and 62. RGB value is (186,53,98). Sum of RGB (Red+Green+Blue) = 186+53+98=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3562 is #45CA9D. Grayscale: #616161. Windows color (decimal): -4573854 or 6436282. OLE color: 6436282.

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

Color convert

RGB 186 53 98 -
CMYK 0 0.72 0.47 0.27
HSL 339.7º 0.56% 0.47% -
HSV(B) 339.7º 0.72% 0.73% -
XYZ 23.73 13.87 12.98 -
YUV 97.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 186 53 98 0 0.72 0.47 0.27 339.7 0.56 0.47
Hex BA 35 62 0 48 2F 1B 154 38 2F
Octal 272 65 142 0 110 57 33 524 70 57
Binary 10111010 110101 1100010 0 1001000 101111 11011 101010100 111000 101111

Color Harmonies of #BA3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3562

Black with #BA3562

Text Example


Text Example

White with #BA3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3562; }

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

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

background-color css

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

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

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

border-color css

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

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

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