Html Css Color HEX #BA2E67 Rouge

📋 copy color: '#BA2E67'

red 186 ◦ green 46 ◦ blue 103

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

Shades of Rouge #BA2E67

Tints of Rouge #BA2E67

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

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

R = 55.52%
G = 13.73%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA2E67 (or 0xBA2E67) is known color: Rouge. HEX triplet: BA, 2E and 67. RGB value is (186,46,103). Sum of RGB (Red+Green+Blue) = 186+46+103=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E67 is #45D198. Grayscale: #5E5E5E. Windows color (decimal): -4575641 or 6762170. OLE color: 6762170.

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

Color convert

RGB 186 46 103 -
CMYK 0 0.75 0.45 0.27
HSL 335.57º 0.6% 0.45% -
HSV(B) 335.57º 0.75% 0.73% -
XYZ 23.67 13.37 14.17 -
YUV 94.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 186 46 103 0 0.75 0.45 0.27 335.57 0.6 0.45
Hex BA 2E 67 0 4B 2D 1B 150 3C 2D
Octal 272 56 147 0 113 55 33 520 74 55
Binary 10111010 101110 1100111 0 1001011 101101 11011 101010000 111100 101101

Color Harmonies of #BA2E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E67

Black with #BA2E67

Text Example


Text Example

White with #BA2E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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