Html Css Color HEX #BA2465 Rouge

📋 copy color: '#BA2465'

red 186 ◦ green 36 ◦ blue 101

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

Shades of Rouge #BA2465

Tints of Rouge #BA2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 57.59%
G = 11.15%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA2465 (or 0xBA2465) is known color: Rouge. HEX triplet: BA, 24 and 65. RGB value is (186,36,101). Sum of RGB (Red+Green+Blue) = 186+36+101=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2465 is #45DB9A. Grayscale: #585858. Windows color (decimal): -4578203 or 6628538. OLE color: 6628538.

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

Color convert

RGB 186 36 101 -
CMYK 0 0.81 0.46 0.27
HSL 334º 0.68% 0.44% -
HSV(B) 334º 0.81% 0.73% -
XYZ 23.23 12.64 13.53 -
YUV 88.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 186 36 101 0 0.81 0.46 0.27 334 0.68 0.44
Hex BA 24 65 0 51 2E 1B 14E 44 2C
Octal 272 44 145 0 121 56 33 516 104 54
Binary 10111010 100100 1100101 0 1010001 101110 11011 101001110 1000100 101100

Color Harmonies of #BA2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2465

Black with #BA2465

Text Example


Text Example

White with #BA2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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