Html Css Color HEX #BA2F61 Rouge

📋 copy color: '#BA2F61'

red 186 ◦ green 47 ◦ blue 97

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

Shades of Rouge #BA2F61

Tints of Rouge #BA2F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

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

R = 56.36%
G = 14.24%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA2F61 (or 0xBA2F61) is known color: Rouge. HEX triplet: BA, 2F and 61. RGB value is (186,47,97). Sum of RGB (Red+Green+Blue) = 186+47+97=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F61 is #45D09E. Grayscale: #5E5E5E. Windows color (decimal): -4575391 or 6369210. OLE color: 6369210.

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

Color convert

RGB 186 47 97 -
CMYK 0 0.75 0.48 0.27
HSL 338.42º 0.6% 0.46% -
HSV(B) 338.42º 0.75% 0.73% -
XYZ 23.42 13.34 12.65 -
YUV 94.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 186 47 97 0 0.75 0.48 0.27 338.42 0.6 0.46
Hex BA 2F 61 0 4B 30 1B 152 3C 2E
Octal 272 57 141 0 113 60 33 522 74 56
Binary 10111010 101111 1100001 0 1001011 110000 11011 101010010 111100 101110

Color Harmonies of #BA2F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F61

Black with #BA2F61

Text Example


Text Example

White with #BA2F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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