Html Css Color HEX #BA3861 Rouge

📋 copy color: '#BA3861'

red 186 ◦ green 56 ◦ blue 97

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

Shades of Rouge #BA3861

Tints of Rouge #BA3861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 54.87%
G = 16.52%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3861 (or 0xBA3861) is known color: Rouge. HEX triplet: BA, 38 and 61. RGB value is (186,56,97). Sum of RGB (Red+Green+Blue) = 186+56+97=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3861 is #45C79E. Grayscale: #636363. Windows color (decimal): -4573087 or 6371514. OLE color: 6371514.

HSL color Cylindrical-coordinate representation of color #BA3861: hue angle of 341.08º 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 #BA3861 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 97 -
CMYK 0 0.70 0.48 0.27
HSL 341.08º 0.54% 0.47% -
HSV(B) 341.08º 0.7% 0.73% -
XYZ 23.82 14.13 12.78 -
YUV 99.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 186 56 97 0 0.70 0.48 0.27 341.08 0.54 0.47
Hex BA 38 61 0 46 30 1B 155 36 2F
Octal 272 70 141 0 106 60 33 525 66 57
Binary 10111010 111000 1100001 0 1000110 110000 11011 101010101 110110 101111

Color Harmonies of #BA3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3861

Black with #BA3861

Text Example


Text Example

White with #BA3861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3861; }

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

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

background-color css

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

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

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

border-color css

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

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

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