Html Css Color HEX #BA2467 Rouge

📋 copy color: '#BA2467'

red 186 ◦ green 36 ◦ blue 103

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

Shades of Rouge #BA2467

Tints of Rouge #BA2467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 57.23%
G = 11.08%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA2467 (or 0xBA2467) is known color: Rouge. HEX triplet: BA, 24 and 67. RGB value is (186,36,103). Sum of RGB (Red+Green+Blue) = 186+36+103=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2467 is #45DB98. Grayscale: #585858. Windows color (decimal): -4578201 or 6759610. OLE color: 6759610.

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

Color convert

RGB 186 36 103 -
CMYK 0 0.81 0.45 0.27
HSL 333.2º 0.68% 0.44% -
HSV(B) 333.2º 0.81% 0.73% -
XYZ 23.33 12.68 14.05 -
YUV 88.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 186 36 103 0 0.81 0.45 0.27 333.2 0.68 0.44
Hex BA 24 67 0 51 2D 1B 14D 44 2C
Octal 272 44 147 0 121 55 33 515 104 54
Binary 10111010 100100 1100111 0 1010001 101101 11011 101001101 1000100 101100

Color Harmonies of #BA2467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2467

Black with #BA2467

Text Example


Text Example

White with #BA2467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2467; }

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

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

background-color css

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

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

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

border-color css

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

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

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