Html Css Color HEX #BA3668 Rouge

📋 copy color: '#BA3668'

red 186 ◦ green 54 ◦ blue 104

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

Shades of Rouge #BA3668

Tints of Rouge #BA3668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 54.07%
G = 15.7%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BA3668 (or 0xBA3668) is known color: Rouge. HEX triplet: BA, 36 and 68. RGB value is (186,54,104). Sum of RGB (Red+Green+Blue) = 186+54+104=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3668 is #45C997. Grayscale: #636363. Windows color (decimal): -4573592 or 6829754. OLE color: 6829754.

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

Color convert

RGB 186 54 104 -
CMYK 0 0.71 0.44 0.27
HSL 337.27º 0.55% 0.47% -
HSV(B) 337.27º 0.71% 0.73% -
XYZ 24.07 14.08 14.55 -
YUV 99.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 186 54 104 0 0.71 0.44 0.27 337.27 0.55 0.47
Hex BA 36 68 0 47 2C 1B 151 37 2F
Octal 272 66 150 0 107 54 33 521 67 57
Binary 10111010 110110 1101000 0 1000111 101100 11011 101010001 110111 101111

Color Harmonies of #BA3668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3668

Black with #BA3668

Text Example


Text Example

White with #BA3668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3668; }

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

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

background-color css

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

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

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

border-color css

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

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

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