Html Css Color HEX #BA2E68 Rouge

📋 copy color: '#BA2E68'

red 186 ◦ green 46 ◦ blue 104

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

Shades of Rouge #BA2E68

Tints of Rouge #BA2E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 55.36%
G = 13.69%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA2E68 (or 0xBA2E68) is known color: Rouge. HEX triplet: BA, 2E and 68. RGB value is (186,46,104). Sum of RGB (Red+Green+Blue) = 186+46+104=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E68 is #45D197. Grayscale: #5E5E5E. Windows color (decimal): -4575640 or 6827706. OLE color: 6827706.

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

Color convert

RGB 186 46 104 -
CMYK 0 0.75 0.44 0.27
HSL 335.14º 0.6% 0.45% -
HSV(B) 335.14º 0.75% 0.73% -
XYZ 23.73 13.39 14.43 -
YUV 94.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 186 46 104 0 0.75 0.44 0.27 335.14 0.6 0.45
Hex BA 2E 68 0 4B 2C 1B 14F 3C 2D
Octal 272 56 150 0 113 54 33 517 74 55
Binary 10111010 101110 1101000 0 1001011 101100 11011 101001111 111100 101101

Color Harmonies of #BA2E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E68

Black with #BA2E68

Text Example


Text Example

White with #BA2E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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