Html Css Color HEX #BA3862 Rouge

📋 copy color: '#BA3862'

red 186 ◦ green 56 ◦ blue 98

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

Shades of Rouge #BA3862

Tints of Rouge #BA3862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

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

R = 54.71%
G = 16.47%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA3862 (or 0xBA3862) is known color: Rouge. HEX triplet: BA, 38 and 62. RGB value is (186,56,98). Sum of RGB (Red+Green+Blue) = 186+56+98=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3862 is #45C79D. Grayscale: #636363. Windows color (decimal): -4573086 or 6437050. OLE color: 6437050.

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

Color convert

RGB 186 56 98 -
CMYK 0 0.70 0.47 0.27
HSL 340.62º 0.54% 0.47% -
HSV(B) 340.62º 0.7% 0.73% -
XYZ 23.87 14.15 13.03 -
YUV 99.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 186 56 98 0 0.70 0.47 0.27 340.62 0.54 0.47
Hex BA 38 62 0 46 2F 1B 155 36 2F
Octal 272 70 142 0 106 57 33 525 66 57
Binary 10111010 111000 1100010 0 1000110 101111 11011 101010101 110110 101111

Color Harmonies of #BA3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3862

Black with #BA3862

Text Example


Text Example

White with #BA3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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