Html Css Color HEX #BA2C62 Rouge

📋 copy color: '#BA2C62'

red 186 ◦ green 44 ◦ blue 98

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

Shades of Rouge #BA2C62

Tints of Rouge #BA2C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

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

R = 56.71%
G = 13.41%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA2C62 (or 0xBA2C62) is known color: Rouge. HEX triplet: BA, 2C and 62. RGB value is (186,44,98). Sum of RGB (Red+Green+Blue) = 186+44+98=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C62 is #45D39D. Grayscale: #5C5C5C. Windows color (decimal): -4576158 or 6433978. OLE color: 6433978.

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

Color convert

RGB 186 44 98 -
CMYK 0 0.76 0.47 0.27
HSL 337.18º 0.62% 0.45% -
HSV(B) 337.18º 0.76% 0.73% -
XYZ 23.35 13.12 12.86 -
YUV 92.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 186 44 98 0 0.76 0.47 0.27 337.18 0.62 0.45
Hex BA 2C 62 0 4C 2F 1B 151 3E 2D
Octal 272 54 142 0 114 57 33 521 76 55
Binary 10111010 101100 1100010 0 1001100 101111 11011 101010001 111110 101101

Color Harmonies of #BA2C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C62

Black with #BA2C62

Text Example


Text Example

White with #BA2C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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