Html Css Color HEX #BA2865 Rouge

📋 copy color: '#BA2865'

red 186 ◦ green 40 ◦ blue 101

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

Shades of Rouge #BA2865

Tints of Rouge #BA2865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

 BLUE value IS 101 (39.84% from 255) = 30.89%

R = 56.88%
G = 12.23%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA2865 (or 0xBA2865) is known color: Rouge. HEX triplet: BA, 28 and 65. RGB value is (186,40,101). Sum of RGB (Red+Green+Blue) = 186+40+101=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2865 is #45D79A. Grayscale: #5A5A5A. Windows color (decimal): -4577179 or 6629562. OLE color: 6629562.

HSL color Cylindrical-coordinate representation of color #BA2865: hue angle of 334.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2865 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 40 101 -
CMYK 0 0.78 0.46 0.27
HSL 334.93º 0.65% 0.44% -
HSV(B) 334.93º 0.78% 0.73% -
XYZ 23.36 12.9 13.57 -
YUV 90.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 186 40 101 0 0.78 0.46 0.27 334.93 0.65 0.44
Hex BA 28 65 0 4E 2E 1B 14F 41 2C
Octal 272 50 145 0 116 56 33 517 101 54
Binary 10111010 101000 1100101 0 1001110 101110 11011 101001111 1000001 101100

Color Harmonies of #BA2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2865

Black with #BA2865

Text Example


Text Example

White with #BA2865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2865; }

 p { color: rgb(186,40,101); }

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

background-color css

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

 a { background-color: rgb(186,40,101); }

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

border-color css

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

 span { border-color: rgb(186,40,101); }

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